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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 垓??^ | 1001101010110100001111110011111101011110 | 9ab43f3f5e |
EUC-JP | 垓??^ | 1101010010110110001111110011111101011110 | d4b63f3f5e |
UTF-8 | 垓ㅹ따^ | 11100101100111101001001111100011100001011011100111101011100101001011000001011110 | e59e93e385b9eb94b05e |
UHC | 垓ㅹ따^ | 11111010101001111010010011101001101101011111101101011110 | faa7a4e9b5fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)