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{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 尸Мn}尸Мn{^ | 10011011100110011000010001001101011011100111110110011011100110011000010001001101011011100111101101011110 | 9b99844d6e7d9b99844d6e7b5e |
EUC-JP | 尸Мn}尸Мn{^ | 11010101111110011010011110101110011011100111110111010101111110011010011110101110011011100111101101011110 | d5f9a7ae6e7dd5f9a7ae6e7b5e |
UTF-8 | 尸Мn}尸Мn{^ | 111001011011000010111000110100001001110001101110011111011110010110110000101110001101000010011100011011100111101101011110 | e5b0b8d09c6e7de5b0b8d09c6e7b5e |
UHC | 尸Мn}尸Мn{^ | 11100011101110011010110010101110011011100111110111100011101110011010110010101110011011100111101101011110 | e3b9acae6e7de3b9acae6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)