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 | è²ï½«è | 11101000101100101000001011101111101111011010101111101000 | e8b282efbdabe8 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | è??ï??è | 10001111101010111011001000111111001111111000111110101011110000010011111100111111100011111010101110110010 | 8fabb23f3f8fabc13f3f8fabb2 |
UTF-8 | è²ï½«è | 1100001110101000110000101011001011000010100000101100001110101111110000101011110111000010101010111100001110101000 | c3a8c2b2c282c3afc2bdc2abc3a8 |
UHC | ?²??½?? | 001111111010100111110111001111110011111110101000111101100011111100111111 | 3fa9f73f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)