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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 森森B | 1001000001011000100100000101100001000010 | 9058905842 |
EUC-JP | 森森B | 1011111110111001101111111011100101000010 | bfb9bfb942 |
UTF-8 | 森森B | 11100110101000111010111011100110101000111010111001000010 | e6a3aee6a3ae42 |
UHC | 森森B | 1101111110110101110111111011010101000010 | dfb5dfb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)