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 | ?kB | 001111110110101101000010 | 3f6b42 |
SJIS-WIN | ?kB | 001111110110101101000010 | 3f6b42 |
EUC-JP | ?kB | 001111110110101101000010 | 3f6b42 |
UTF-8 | 뾑kB | 1110101110111110100100010110101101000010 | ebbe916b42 |
UHC | 뾑kB | 10010111010011110110101101000010 | 974f6b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)