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 | 1001111111001110100111111100111001000010 | 9fce9fce42 |
EUC-JP | 湮湮B | 1101111011010000110111101101000001000010 | ded0ded042 |
UTF-8 | 湮湮B | 11100110101110011010111011100110101110011010111001000010 | e6b9aee6b9ae42 |
UHC | 湮湮B | 1110110011011100111011001101110001000010 | ecdcecdc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)