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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 銖呵等B | 11100111111100011001100111101000100100111001100101000010 | e7f199e8939942 |
EUC-JP | 銖呵等B | 11101110111100111101001011101010110001011111100101000010 | eef3d2eac5f942 |
UTF-8 | 銖呵等B | 11101001100010101001011011100101100100011011010111100111101011011000100101000010 | e98a96e591b5e7ad8942 |
UHC | 銖呵等B | 11100010110001111100101010100111110101001111010101000010 | e2c7caa7d4f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)