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 | °Ð\ | 101100001101000001011100 | b0d05c |
SJIS-WIN | °?\ | 10000001100010110011111101011100 | 818b3f5c |
EUC-JP | °?\ | 10100001111010110011111101011100 | a1eb3f5c |
UTF-8 | °Ð\ | 1100001010110000110000111001000001011100 | c2b0c3905c |
UHC | °Ð\ | 1010000111000110101010001010001001011100 | a1c6a8a25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)