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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???慣蘂 | 00111111001111110011111110001010101101011110010101000001 | 3f3f3f8ab5e541 |
EUC-JP | ???慣蘂 | 00111111001111110011111110110100101101111110100110100010 | 3f3f3fb4b7e9a2 |
UTF-8 | 療귛떂慣蘂 | 111011111010011110000001111010101011011110011011111010111001011010000010111001101000010110100011111010001001100010000010 | efa781eab79beb9682e685a3e89882 |
UHC | 療귛떂慣蘂 | 11101000111111101000001011100101100010111001100011001110101100011110011111011110 | e8fe82e58b98ceb1e7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)