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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 遖拜遖抂B | 111001111010011010011101011000001110011110100110100111010100111101000010 | e7a69d60e7a69d4f42 |
EUC-JP | 遖拜遖抂B | 111011101010100011011001110000011110111010101000110110011011000001000010 | eea8d9c1eea8d9b042 |
UTF-8 | 遖拜遖抂B | 11101001100000011001011011100110100010111001110011101001100000011001011011100110100010101000001001000010 | e98196e68b9ce98196e68a8242 |
UHC | ?拜??B | 001111111101101111001000001111110011111101000010 | 3fdbc83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)