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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??晁 | 00111111001111111001110111101000 | 3f3f9de8 |
EUC-JP | ??晁 | 00111111001111111101101011101010 | 3f3fdaea |
UTF-8 | 롋렋晁 | 111010111010000110001011111010111010000010001011111001101001100110000001 | eba18beba08be69981 |
UHC | 롋렋晁 | 100011101101000110001110101000101111000011000101 | 8ed18ea2f0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)