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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 諠。h諠。 | 11100110100000111010000101101000111001101000001110100001 | e683a168e683a1 |
EUC-JP | 諠。h諠。 | 111010111110001110001110101000010110100011101011111000111000111010100001 | ebe38ea168ebe38ea1 |
UTF-8 | 諠。h諠。 | 11101000101010111010000011101111101111011010000101101000111010001010101110100000111011111011110110100001 | e8aba0efbda168e8aba0efbda1 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)