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 | ÓO}B | 10001110110100111000111010101101010011110111110101000010 | 8ed38ead4f7d42 |
SJIS-WIN | ????O}B | 00111111001111110011111100111111010011110111110101000010 | 3f3f3f3f4f7d42 |
EUC-JP | ?Ó??O}B | 001111111000111110101010110100010011111100111111010011110111110101000010 | 3f8faad13f3f4f7d42 |
UTF-8 | ÓO}B | 1100001010001110110000111001001111000010100011101100001010101101010011110111110101000010 | c28ec393c28ec2ad4f7d42 |
UHC | ???O}B | 0011111100111111001111111010000110101001010011110111110101000010 | 3f3f3fa1a94f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)