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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 種?蒸?B | 10001110111011010011111110001111111101100011111101000010 | 8eed3f8ff63f42 |
EUC-JP | 種?蒸?B | 10111100111011110011111110111110111110000011111101000010 | bcef3fbef83f42 |
UTF-8 | 種렍蒸렍B | 11100111101010001010111011101011101000001000110111101000100100101011100011101011101000001000110101000010 | e7a8aeeba08de892b8eba08d42 |
UHC | 種렍蒸렍B | 111100001111101010001110101000111111000111111010100011101010001101000010 | f0fa8ea3f1fa8ea342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)