To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | î´¥®Ñ | 111011101011010010100101101011101000111011010001 | eeb4a5ae8ed1 |
SJIS-WIN | ?´¥??? | 0011111110000001010011001000000110001111001111110011111100111111 | 3f814c818f3f3f3f |
EUC-JP | î´?®?Ñ | 10001111101010111100001010100001101011010011111110001111101000101110111000111111100011111010101011010000 | 8fabc2a1ad3f8fa2ee3f8faad0 |
UTF-8 | î´¥®Ñ | 110000111010111011000010101101001100001010100101110000101010111011000010100011101100001110010001 | c3aec2b4c2a5c2aec28ec391 |
UHC | ?´?®?? | 0011111110100010101001010011111110100010111001110011111100111111 | 3fa2a53fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)