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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟾井崖 | 111001011011011110001000111001001000101001010010 | e5b788e48a52 |
EUC-JP | 蟾井崖 | 111010101011100110110000111001101011001110110011 | eab9b0e6b3b3 |
UTF-8 | 蟾井崖 | 111010001001111110111110111001001011101010010101111001011011010010010110 | e89fbee4ba95e5b496 |
UHC | 蟾井崖 | 111000001110101011101111110011001110010011110000 | e0eaefcce4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)