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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蝎獵 | 0011111111100101100110011110000011011000 | 3fe599e0d8 |
EUC-JP | 瑗蝎獵 | 10001111110011001100000011101001111110011110000011011010 | 8fccc0e9f9e0da |
UTF-8 | 瑗蝎獵 | 111001111001000110010111111010001001110110001110111001111000110110110101 | e79197e89d8ee78db5 |
UHC | 瑗蝎獵 | 111010101011110011001010111010011101011010110100 | eabccae9d6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)