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 | è³æx | 11101000101100111000101011100110100101111000111101111000 | e8b38ae6978f78 |
SJIS-WIN | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
EUC-JP | è??æ??x | 1000111110101011101100100011111100111111100011111010100111000001001111110011111101111000 | 8fabb23f3f8fa9c13f3f78 |
UTF-8 | è³æx | 11000011101010001100001010110011110000101000101011000011101001101100001010010111110000101000111101111000 | c3a8c2b3c28ac3a6c297c28f78 |
UHC | ?³?æ??x | 001111111010100111111000001111111010100110100001001111110011111101111000 | 3fa9f83fa9a13f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)