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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 彦??A蒻 | 10010101010001100011111100111111010000011110010011101000 | 95463f3f41e4e8 |
EUC-JP | 彦??A蒻 | 11001001101001110011111100111111010000011110100011101010 | c9a73f3f41e8ea |
UTF-8 | 彦쀫젺A蒻 | 11100101101111011010011011101100100000001010101111101100101000001011101001000001111010001001001010111011 | e5bda6ec80abeca0ba41e892bb |
UHC | 彦쀫젺A蒻 | 111001011110100110010111111010111010000010101101010000011110010110110110 | e5e997eba0ad41e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)