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 | 譽{? | 1110011010100011100000010110111100111111 | e6a3816f3f |
EUC-JP | 譽{? | 1110110010100101101000011101000000111111 | eca5a1d03f |
UTF-8 | 譽{ㄱ | 111010001010110110111101111011111011110110011011111000111000010010110001 | e8adbdefbd9be384b1 |
UHC | 譽{ㄱ | 111001111110001010100011111110111010010010100001 | e7e2a3fba4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)