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 | 뤗뇰熉뤗뇰熉^ | 11101011101001001001011111101011100001111011000011100111100001101000100111101011101001001001011111101011100001111011000011100111100001101000100101011110 | eba497eb87b0e78689eba497eb87b0e786895e |
UHC | 뤗뇰熉뤗뇰熉^ | 10001111110001111011010010100101111010011111101110001111110001111011010010100101111010011111101101011110 | 8fc7b4a5e9fb8fc7b4a5e9fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)