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 | ?Un}?Un{^ | 001111110101010101101110011111010011111101010101011011100111101101011110 | 3f556e7d3f556e7b5e |
SJIS-WIN | ?Un}?Un{^ | 001111110101010101101110011111010011111101010101011011100111101101011110 | 3f556e7d3f556e7b5e |
EUC-JP | ?Un}?Un{^ | 001111110101010101101110011111010011111101010101011011100111101101011110 | 3f556e7d3f556e7b5e |
UTF-8 | 벘Un}벘Un{^ | 11101011101100101001100001010101011011100111110111101011101100101001100001010101011011100111101101011110 | ebb298556e7debb298556e7b5e |
UHC | 벘Un}벘Un{^ | 1001001110110101010101010110111001111101100100111011010101010101011011100111101101011110 | 93b5556e7d93b5556e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)