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 | °´°´^ | 1011000010110100101100001011010001011110 | b0b4b0b45e |
SJIS-WIN | °´°´^ | 100000011000101110000001010011001000000110001011100000010100110001011110 | 818b814c818b814c5e |
EUC-JP | °´°´^ | 101000011110101110100001101011011010000111101011101000011010110101011110 | a1eba1ada1eba1ad5e |
UTF-8 | °´°´^ | 110000101011000011000010101101001100001010110000110000101011010001011110 | c2b0c2b4c2b0c2b45e |
UHC | °´°´^ | 101000011100011010100010101001011010000111000110101000101010010101011110 | a1c6a2a5a1c6a2a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)