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 | 0011111100111111111001111000000001000010 | 3f3fe78042 |
EUC-JP | 鋌?轢B | 10001111111001001011101100111111111011011110000001000010 | 8fe4bb3fede042 |
UTF-8 | 鋌縷轢B | 11101001100010111000110011101111101001011001000011101000101111011010001001000010 | e98b8cefa590e8bda242 |
UHC | 鋌縷轢B | 11101111111110111101001011101010110101011111100101000010 | effbd2ead5f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)