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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 墻?}墻?{^ | 100110101101010000111111011111011001101011010100001111110111101101011110 | 9ad43f7d9ad43f7b5e |
EUC-JP | 墻?}墻?{^ | 110101001101011000111111011111011101010011010110001111110111101101011110 | d4d63f7dd4d63f7b5e |
UTF-8 | 墻톕}墻톕{^ | 111001011010001010111011111011011000011010010101011111011110010110100010101110111110110110000110100101010111101101011110 | e5a2bbed86957de5a2bbed86957b5e |
UHC | 墻톕}墻톕{^ | 1110110111011111101101110110101101111101111011011101111110110111011010110111101101011110 | eddfb76b7deddfb76b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)