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 | ´¨] | 101101001010100001011101 | b4a85d |
SJIS-WIN | ´¨] | 1000000101001100100000010100111001011101 | 814c814e5d |
EUC-JP | ´¨] | 1010000110101101101000011010111101011101 | a1ada1af5d |
UTF-8 | ´¨] | 1100001010110100110000101010100001011101 | c2b4c2a85d |
UHC | ´¨] | 1010001010100101101000011010011101011101 | a2a5a1a75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)