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 | àè`àè | 111000001110100010011110011000001110000011101000 | e0e89e60e0e8 |
SJIS-WIN | ???`?? | 001111110011111100111111011000000011111100111111 | 3f3f3f603f3f |
EUC-JP | àè?`àè | 1000111110101011101000101000111110101011101100100011111101100000100011111010101110100010100011111010101110110010 | 8faba28fabb23f608faba28fabb2 |
UTF-8 | àè`àè | 1100001110100000110000111010100011000010100111100110000011000011101000001100001110101000 | c3a0c3a8c29e60c3a0c3a8 |
UHC | ???`?? | 001111110011111100111111011000000011111100111111 | 3f3f3f603f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)