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 | æCH | 111001100100001110001011100011001000101001001000 | e6438b8c8a48 |
SJIS-WIN | ?C???H | 001111110100001100111111001111110011111101001000 | 3f433f3f3f48 |
EUC-JP | æC???H | 1000111110101001110000010100001100111111001111110011111101001000 | 8fa9c1433f3f3f48 |
UTF-8 | æCH | 11000011101001100100001111000010100010111100001010001100110000101000101001001000 | c3a643c28bc28cc28a48 |
UHC | æC???H | 10101001101000010100001100111111001111110011111101001000 | a9a1433f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)