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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 迪鵬] | 1110011110001100100101100101000101011101 | e78c96515d |
EUC-JP | 迪鵬] | 1110110111101100110010111011001001011101 | edeccbb25d |
UTF-8 | 迪鵬] | 11101000101111111010101011101001101101011010110001011101 | e8bfaae9b5ac5d |
UHC | 迪鵬] | 1110111011101000110111011101111101011101 | eee8dddf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)