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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迪??? | 1110011110001100001111110011111100111111 | e78c3f3f3f |
EUC-JP | 迪??? | 1110110111101100001111110011111100111111 | edec3f3f3f |
UTF-8 | 迪멱렣렔 | 111010001011111110101010111010111010100110110001111010111010000010100011111010111010000010010100 | e8bfaaeba9b1eba0a3eba094 |
UHC | 迪멱렣렔 | 1110111011101000101110001110100010001110101101001000111010101001 | eee8b8e88eb48ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)