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 | ¡Í¡¿ | 10100001110011011010000110111111 | a1cda1bf |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¡Í¡¿ | 100011111010001011000010100011111010101010111111100011111010001011000010100011111010001011000100 | 8fa2c28faabf8fa2c28fa2c4 |
UTF-8 | ¡Í¡¿ | 1100001010100001110000111000110111000010101000011100001010111111 | c2a1c38dc2a1c2bf |
UHC | ¡?¡¿ | 10100010101011100011111110100010101011101010001010101111 | a2ae3fa2aea2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)