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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?彧??彧?B | 001111111111101010111001001111110011111111111010101110010011111101000010 | 3ffab93f3ffab93f42 |
EUC-JP | ?彧??彧?B | 0011111110001111101111001111111000111111001111111000111110111100111111100011111101000010 | 3f8fbcfe3f3f8fbcfe3f42 |
UTF-8 | 렱彧렯렱彧렯B | 11101011101000001011000111100101101111011010011111101011101000001010111111101011101000001011000111100101101111011010011111101011101000001010111101000010 | eba0b1e5bda7eba0afeba0b1e5bda7eba0af42 |
UHC | 렱彧렯렱彧렯B | 10001110101111101110100111101110100011101011110010001110101111101110100111101110100011101011110001000010 | 8ebee9ee8ebc8ebee9ee8ebc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)