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 | ¡¥}\}¡¥}\{^ | 1010000110100101011111010101110001111101101000011010010101111101010111000111101101011110 | a1a57d5c7da1a57d5c7b5e |
SJIS-WIN | ?¥}\}?¥}\{^ | 00111111100000011000111101111101010111000111110100111111100000011000111101111101010111000111101101011110 | 3f818f7d5c7d3f818f7d5c7b5e |
EUC-JP | ¡?}\}¡?}\{^ | 100011111010001011000010001111110111110101011100011111011000111110100010110000100011111101111101010111000111101101011110 | 8fa2c23f7d5c7d8fa2c23f7d5c7b5e |
UTF-8 | ¡¥}\}¡¥}\{^ | 110000101010000111000010101001010111110101011100011111011100001010100001110000101010010101111101010111000111101101011110 | c2a1c2a57d5c7dc2a1c2a57d5c7b5e |
UHC | ¡?}\}¡?}\{^ | 10100010101011100011111101111101010111000111110110100010101011100011111101111101010111000111101101011110 | a2ae3f7d5c7da2ae3f7d5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)