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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 摠 | 11110100110110011111101011001010 | f4d9faca |
EUC-JP | ?摠 | 00111111100011111100000011100100 | 3f8fc0e4 |
UTF-8 | 摠 | 111011101000111010001000111001101001000110100000 | ee8e88e691a0 |
UHC | ?摠 | 001111111111010111000100 | 3ff5c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)