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 | 11100101010111100110101101000010 | e55e6b42 |
EUC-JP | 蘓kB | 11101001101111110110101101000010 | e9bf6b42 |
UTF-8 | 蘓kB | 1110100010011000100100110110101101000010 | e898936b42 |
UHC | ?kB | 001111110110101101000010 | 3f6b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)