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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?紈??紈?^ | 0011111110001111110100111100110100111111001111111000111111010011110011010011111101011110 | 3f8fd3cd3f3f8fd3cd3f5e |
UTF-8 | 뤗紈찫뤗紈찫^ | 11101011101001001001011111100111101101001000100011101100101100001010101111101011101001001001011111100111101101001000100011101100101100001010101101011110 | eba497e7b488ecb0abeba497e7b488ecb0ab5e |
UHC | 뤗紈찫뤗紈찫^ | 10001111110001111111110010111100101010100100010010001111110001111111110010111100101010100100010001011110 | 8fc7fcbcaa448fc7fcbcaa445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)