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 | °È\ | 101100001100100001011100 | b0c85c |
SJIS-WIN | °?\ | 10000001100010110011111101011100 | 818b3f5c |
EUC-JP | °È\ | 101000011110101110001111101010101011001001011100 | a1eb8faab25c |
UTF-8 | °È\ | 1100001010110000110000111000100001011100 | c2b0c3885c |
UHC | °?\ | 10100001110001100011111101011100 | a1c63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)