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 | Q{hQ{ | 100010010101000110011111011110110110100010001001010100011001111101111011 | 89519f7b6889519f7b |
SJIS-WIN | ?Q?{h?Q?{ | 001111110101000100111111011110110110100000111111010100010011111101111011 | 3f513f7b683f513f7b |
EUC-JP | ?Q?{h?Q?{ | 001111110101000100111111011110110110100000111111010100010011111101111011 | 3f513f7b683f513f7b |
UTF-8 | Q{hQ{ | 11000010100010010101000111000010100111110111101101101000110000101000100101010001110000101001111101111011 | c28951c29f7b68c28951c29f7b |
UHC | ?Q?{h?Q?{ | 001111110101000100111111011110110110100000111111010100010011111101111011 | 3f513f7b683f513f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)