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 | ??u@h | 0011111100111111011101010100000001101000 | 3f3f754068 |
SJIS-WIN | ?谿u@h | 001111111110011010101110011101010100000001101000 | 3fe6ae754068 |
EUC-JP | 嶴谿u@h | 1000111110111011111100111110110010110000011101010100000001101000 | 8fbbf3ecb0754068 |
UTF-8 | 嶴谿u@h | 111001011011011010110100111010001011000010111111011101010100000001101000 | e5b6b4e8b0bf754068 |
UHC | ?谿u@h | 001111111100110110101100011101010100000001101000 | 3fcdac754068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)