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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 邨ィH | 11100111101101011010100001001000 | e7b5a848 |
EUC-JP | 邨ィH | 1110111010110111100011101010100001001000 | eeb78ea848 |
UTF-8 | 邨ィH | 11101001100000101010100011101111101111011010100001001000 | e982a8efbda848 |
UHC | 邨?H | 11110101101111100011111101001000 | f5be3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)