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 | 讌寂桟 | 111001101010010110001110111000101000111001010110 | e6a58ee28e56 |
EUC-JP | 讌寂桟 | 111011001010011110111100111001001011101110110111 | eca7bce4bbb7 |
UTF-8 | 讌寂桟 | 111010001010111010001100111001011010111110000010111001101010000110011111 | e8ae8ce5af82e6a19f |
UHC | ?寂? | 00111111111011101101011000111111 | 3feed63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)