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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | トン | 11000100111101001100100011011101 | c4f4c8dd |
EUC-JP | ト?ン | 1000111011000100001111111000111011011101 | 8ec43f8edd |
UTF-8 | トン | 111011111011111010000100111011101000110110110111111011111011111010011101 | efbe84ee8db7efbe9d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)