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 | ??B??b | 001111110011111101000010001111110011111101100010 | 3f3f423f3f62 |
SJIS-WIN | 嶸イB嶸イb | 1111101010110100101100100100001011111010101101001011001001100010 | fab4b242fab4b262 |
EUC-JP | 嶸イB嶸イb | 100011111011101111110100100011101011001001000010100011111011101111110100100011101011001001100010 | 8fbbf48eb2428fbbf48eb262 |
UTF-8 | 嶸イB嶸イb | 1110010110110110101110001110111110111101101100100100001011100101101101101011100011101111101111011011001001100010 | e5b6b8efbdb242e5b6b8efbdb262 |
UHC | 嶸?B嶸?b | 1110011110101110001111110100001011100111101011100011111101100010 | e7ae3f42e7ae3f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)