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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 種?蒸?^ | 10001110111011010011111110001111111101100011111101011110 | 8eed3f8ff63f5e |
EUC-JP | 種?蒸?^ | 10111100111011110011111110111110111110000011111101011110 | bcef3fbef83f5e |
UTF-8 | 種렍蒸렍^ | 11100111101010001010111011101011101000001000110111101000100100101011100011101011101000001000110101011110 | e7a8aeeba08de892b8eba08d5e |
UHC | 種렍蒸렍^ | 111100001111101010001110101000111111000111111010100011101010001101011110 | f0fa8ea3f1fa8ea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)