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 | ¼Äϳ` | 10111100110001001000111011001111100011101011001101100000 | bcc48ecf8eb360 |
SJIS-WIN | ??????` | 00111111001111110011111100111111001111110011111101100000 | 3f3f3f3f3f3f60 |
EUC-JP | ?Ä?Ï??` | 0011111110001111101010101010001100111111100011111010101011000001001111110011111101100000 | 3f8faaa33f8faac13f3f60 |
UTF-8 | ¼Äϳ` | 11000010101111001100001110000100110000101000111011000011100011111100001010001110110000101011001101100000 | c2bcc384c28ec38fc28ec2b360 |
UHC | ¼????³` | 101010001111100100111111001111110011111100111111101010011111100001100000 | a8f93f3f3f3fa9f860 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)