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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 魍亥擱H | 11101001101100011000100011100101100111011010011001001000 | e9b188e59da648 |
EUC-JP | 魍亥擱H | 11110010101100111011000011100111110110101010100001001000 | f2b3b0e7daa848 |
UTF-8 | 魍亥擱H | 11101001101011011000110111100100101110101010010111100110100100111011000101001000 | e9ad8de4baa5e693b148 |
UHC | ?亥?H | 0011111111111010101001000011111101001000 | 3ffaa43f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)