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 | ???獄? | 001111110011111100111111100011011001011000111111 | 3f3f3f8d963f |
EUC-JP | ???獄? | 001111110011111100111111101110011111011000111111 | 3f3f3fb9f63f |
UTF-8 | 遼섌렉獄뗨 | 111011111010011110000011111011001000010010001100111010111010000010001001111001111000110110000100111010111001011110101000 | efa783ec848ceba089e78d84eb97a8 |
UHC | 遼섌렉獄뗨 | 11101001101011001001100011101001101101111011101011101000101010111000101111101000 | e9ac98e9b7bae8ab8be8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)