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 | 鳥?z | 1001001010111001001111111000001010011010 | 92b93f829a |
EUC-JP | 鳥?z | 1100010010111011001111111010001111111010 | c4bb3fa3fa |
UTF-8 | 鳥흔z | 111010011011001110100101111011011001110110010100111011111011110110011010 | e9b3a5ed9d94efbd9a |
UHC | 鳥흔z | 111100001110100011001000111001111010001111111010 | f0e8c8e7a3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)