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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 캑樂뇰캑樂뇰^ | 11101100101110101001000111101111101001101011111111101011100001111011000011101100101110101001000111101111101001101011111111101011100001111011000001011110 | ecba91efa6bfeb87b0ecba91efa6bfeb87b05e |
UHC | 캑樂뇰캑樂뇰^ | 11000100101101001110100011111001101101001010010111000100101101001110100011111001101101001010010101011110 | c4b4e8f9b4a5c4b4e8f9b4a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)