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 | ß÷n}ß÷n{^ | 110111111111011101101110011111011101111111110111011011100111101101011110 | dff76e7ddff76e7b5e |
SJIS-WIN | ?÷n}?÷n{^ | 0011111110000001100000000110111001111101001111111000000110000000011011100111101101011110 | 3f81806e7d3f81806e7b5e |
EUC-JP | ß÷n}ß÷n{^ | 100011111010100111001110101000011110000001101110011111011000111110101001110011101010000111100000011011100111101101011110 | 8fa9cea1e06e7d8fa9cea1e06e7b5e |
UTF-8 | ß÷n}ß÷n{^ | 11000011100111111100001110110111011011100111110111000011100111111100001110110111011011100111101101011110 | c39fc3b76e7dc39fc3b76e7b5e |
UHC | ß÷n}ß÷n{^ | 10101001101011001010000111000000011011100111110110101001101011001010000111000000011011100111101101011110 | a9aca1c06e7da9aca1c06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)