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 | ¿Ãh¿à | 1100001010111111110000111001001001101000110000101011111111000011 | c2bfc39268c2bfc3 |
SJIS-WIN | ????h??? | 0011111100111111001111110011111101101000001111110011111100111111 | 3f3f3f3f683f3f3f |
EUC-JP | ¿�h¿à | 1000111110101010101001001000111110100010110001001000111110101010101010100011111101101000100011111010101010100100100011111010001011000100100011111010101010101010 | 8faaa48fa2c48faaaa3f688faaa48fa2c48faaaa |
UTF-8 | ¿Ãh¿à | 110000111000001011000010101111111100001110000011110000101001001001101000110000111000001011000010101111111100001110000011 | c382c2bfc383c29268c382c2bfc383 |
UHC | ?¿??h?¿? | 00111111101000101010111100111111001111110110100000111111101000101010111100111111 | 3fa2af3f3f683fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)