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 | ©{}©{{^ | 1001100010101001100011110111101101111101100110001010100110001111011110110111101101011110 | 98a98f7b7d98a98f7b7b5e |
SJIS-WIN | ???{}???{{^ | 0011111100111111001111110111101101111101001111110011111100111111011110110111101101011110 | 3f3f3f7b7d3f3f3f7b7b5e |
EUC-JP | ?©?{}?©?{{^ | 001111111000111110100010111011010011111101111011011111010011111110001111101000101110110100111111011110110111101101011110 | 3f8fa2ed3f7b7d3f8fa2ed3f7b7b5e |
UTF-8 | ©{}©{{^ | 1100001010011000110000101010100111000010100011110111101101111101110000101001100011000010101010011100001010001111011110110111101101011110 | c298c2a9c28f7b7dc298c2a9c28f7b7b5e |
UHC | ???{}???{{^ | 0011111100111111001111110111101101111101001111110011111100111111011110110111101101011110 | 3f3f3f7b7d3f3f3f7b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)