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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 探則狸足^ | 100100100101010010010001101001011001001001001011100100011010101101011110 | 925491a5924b91ab5e |
EUC-JP | 探則狸足^ | 110000111011010111000010101001111100001110101100110000101010110101011110 | c3b5c2a7c3acc2ad5e |
UTF-8 | 探則狸足^ | 11100110100011101010001011100101100010011000011111100111100010111011100011101000101101101011001101011110 | e68ea2e58987e78bb8e8b6b35e |
UHC | 探則狸足^ | 111101111010111011110110110011101101011111100001111100001110101101011110 | f7aef6ced7e1f0eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)