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 | èúÝ¢è | 10001111111010001111101011011101101000101000111111101000 | 8fe8fadda28fe8 |
SJIS-WIN | ????¢?? | 0011111100111111001111110011111110000001100100010011111100111111 | 3f3f3f3f81913f3f |
EUC-JP | ?èúÝ¢?è | 00111111100011111010101110110010100011111010101111100010100011111010101011110010101000011111000100111111100011111010101110110010 | 3f8fabb28fabe28faaf2a1f13f8fabb2 |
UTF-8 | èúÝ¢è | 1100001010001111110000111010100011000011101110101100001110011101110000101010001011000010100011111100001110101000 | c28fc3a8c3bac39dc2a2c28fc3a8 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)