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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 種?億?章P | 100011101110110100111111100010011010110100111111100011111100110101010000 | 8eed3f89ad3f8fcd50 |
EUC-JP | 種?億?章P | 101111001110111100111111101100101010111100111111101111101100111101010000 | bcef3fb2af3fbecf50 |
UTF-8 | 種렠億띤章P | 11100111101010001010111011101011101000001010000011100101100001001000010011101011100111011010010011100111101010111010000001010000 | e7a8aeeba0a0e58484eb9da4e7aba050 |
UHC | 種렠億띤章P | 1111000011111010100011101011000111100101111000101011011011101101111011011111000101010000 | f0fa8eb1e5e2b6ededf150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)