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 | ¡Í¡× | 10100001110011011010000111010111 | a1cda1d7 |
SJIS-WIN | ???× | 0011111100111111001111111000000101111110 | 3f3f3f817e |
EUC-JP | ¡Í¡× | 1000111110100010110000101000111110101010101111111000111110100010110000101010000111011111 | 8fa2c28faabf8fa2c2a1df |
UTF-8 | ¡Í¡× | 1100001010100001110000111000110111000010101000011100001110010111 | c2a1c38dc2a1c397 |
UHC | ¡?¡× | 10100010101011100011111110100010101011101010000110111111 | a2ae3fa2aea1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)