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 | Ó@ | 10001000110100111000011101000000 | 88d38740 |
SJIS-WIN | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
EUC-JP | ?Ó?@ | 001111111000111110101010110100010011111101000000 | 3f8faad13f40 |
UTF-8 | Ó@ | 11000010100010001100001110010011110000101000011101000000 | c288c393c28740 |
UHC | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)