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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?蒐h | 00111111100011110100111001101000 | 3f8f4e68 |
EUC-JP | 剡蒐h | 100011111011001111000111101111011010111101101000 | 8fb3c7bdaf68 |
UTF-8 | 剡蒐h | 11100101100010011010000111101000100100101001000001101000 | e589a1e8929068 |
UHC | 剡蒐h | 1110000011100110111000101011110101101000 | e0e6e2bd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)