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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 壤??h | 1001101011011111001111110011111101101000 | 9adf3f3f68 |
EUC-JP | 壤??h | 1101010011100001001111110011111101101000 | d4e13f3f68 |
UTF-8 | 壤쏉엔h | 11100101101000111010010011101100100011111000100111101100100101111001010001101000 | e5a3a4ec8f89ec979468 |
UHC | 壤쏉엔h | 11100101101111011001101111101111101111111010001101101000 | e5bd9befbfa368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)