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 | 種렫蒸렫^ | 11100111101010001010111011101011101000001010101111101000100100101011100011101011101000001010101101011110 | e7a8aeeba0abe892b8eba0ab5e |
UHC | 種렫蒸렫^ | 111100001111101010001110101110011111000111111010100011101011100101011110 | f0fa8eb9f1fa8eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)