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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 潁睹A潁 | 10011111111100011110000111001111010000011001111111110001 | 9ff1e1cf419ff1 |
EUC-JP | 潁睹A潁 | 11011110111100111110001011010001010000011101111011110011 | def3e2d141def3 |
UTF-8 | 潁睹A潁 | 11100110101111011000000111100111100111011011100101000001111001101011110110000001 | e6bd81e79db941e6bd81 |
UHC | 潁睹A潁 | 11100111101110001101010010101001010000011110011110111000 | e7b8d4a941e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)