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 | ?xn}?xn{^ | 001111110111100001101110011111010011111101111000011011100111101101011110 | 3f786e7d3f786e7b5e |
SJIS-WIN | 幾xn}幾xn{^ | 1000101011110100011110000110111001111101100010101111010001111000011011100111101101011110 | 8af4786e7d8af4786e7b5e |
EUC-JP | 幾xn}幾xn{^ | 1011010011110110011110000110111001111101101101001111011001111000011011100111101101011110 | b4f6786e7db4f6786e7b5e |
UTF-8 | 幾xn}幾xn{^ | 11100101101110011011111001111000011011100111110111100101101110011011111001111000011011100111101101011110 | e5b9be786e7de5b9be786e7b5e |
UHC | 幾xn}幾xn{^ | 1101000011111010011110000110111001111101110100001111101001111000011011100111101101011110 | d0fa786e7dd0fa786e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)