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 | ´°[´°[^ | 10110100101100000101101110110100101100000101101101011110 | b4b05bb4b05b5e |
SJIS-WIN | ´°[´°[^ | 1000000101001100100000011000101101011011100000010100110010000001100010110101101101011110 | 814c818b5b814c818b5b5e |
EUC-JP | ´°[´°[^ | 1010000110101101101000011110101101011011101000011010110110100001111010110101101101011110 | a1ada1eb5ba1ada1eb5b5e |
UTF-8 | ´°[´°[^ | 1100001010110100110000101011000001011011110000101011010011000010101100000101101101011110 | c2b4c2b05bc2b4c2b05b5e |
UHC | ´°[´°[^ | 1010001010100101101000011100011001011011101000101010010110100001110001100101101101011110 | a2a5a1c65ba2a5a1c65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)