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 | ¡®¦¡x | 1010000110101110101001101010000101111000 | a1aea6a178 |
SJIS-WIN | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
EUC-JP | ¡®¦¡x | 10001111101000101100001010001111101000101110111010001111101000101100001110001111101000101100001001111000 | 8fa2c28fa2ee8fa2c38fa2c278 |
UTF-8 | ¡®¦¡x | 110000101010000111000010101011101100001010100110110000101010000101111000 | c2a1c2aec2a6c2a178 |
UHC | ¡®?¡x | 1010001010101110101000101110011100111111101000101010111001111000 | a2aea2e73fa2ae78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)