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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?鍈?鍈B | 00111111111110100101111000111111111110100101111001000010 | 3ffa5e3ffa5e42 |
EUC-JP | ?鍈?鍈B | 001111111000111111100100111010010011111110001111111001001110100101000010 | 3f8fe4e93f8fe4e942 |
UTF-8 | 뤵鍈뤵鍈B | 11101011101001001011010111101001100011011000100011101011101001001011010111101001100011011000100001000010 | eba4b5e98d88eba4b5e98d8842 |
UHC | 뤵鍈뤵鍈B | 100011111110001111100111110011001000111111100011111001111100110001000010 | 8fe3e7cc8fe3e7cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)