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 | S\}S\{^ | 10011011010100111001101110001100010111000111110110011011010100111001101110001100010111000111101101011110 | 9b539b8c5c7d9b539b8c5c7b5e |
SJIS-WIN | ?S??\}?S??\{^ | 00111111010100110011111100111111010111000111110100111111010100110011111100111111010111000111101101011110 | 3f533f3f5c7d3f533f3f5c7b5e |
EUC-JP | ?S??\}?S??\{^ | 00111111010100110011111100111111010111000111110100111111010100110011111100111111010111000111101101011110 | 3f533f3f5c7d3f533f3f5c7b5e |
UTF-8 | S\}S\{^ | 11000010100110110101001111000010100110111100001010001100010111000111110111000010100110110101001111000010100110111100001010001100010111000111101101011110 | c29b53c29bc28c5c7dc29b53c29bc28c5c7b5e |
UHC | ?S??\}?S??\{^ | 00111111010100110011111100111111010111000111110100111111010100110011111100111111010111000111101101011110 | 3f533f3f5c7d3f533f3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)