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 | OHQBh | 100100100100111110010010010010001001001001010001100100100100001001101000 | 924f92489251924268 |
SJIS-WIN | ?O?H?Q?Bh | 001111110100111100111111010010000011111101010001001111110100001001101000 | 3f4f3f483f513f4268 |
EUC-JP | ?O?H?Q?Bh | 001111110100111100111111010010000011111101010001001111110100001001101000 | 3f4f3f483f513f4268 |
UTF-8 | OHQBh | 11000010100100100100111111000010100100100100100011000010100100100101000111000010100100100100001001101000 | c2924fc29248c29251c2924268 |
UHC | ?O?H?Q?Bh | 001111110100111100111111010010000011111101010001001111110100001001101000 | 3f4f3f483f513f4268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)