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 | é£é | 111010011010001110000111111010011001011010011000 | e9a387e99698 |
SJIS-WIN | ?£???? | 00111111100000011001001000111111001111110011111100111111 | 3f81923f3f3f3f |
EUC-JP | é£?é?? | 1000111110101011101100011010000111110010001111111000111110101011101100010011111100111111 | 8fabb1a1f23f8fabb13f3f |
UTF-8 | é£é | 110000111010100111000010101000111100001010000111110000111010100111000010100101101100001010011000 | c3a9c2a3c287c3a9c296c298 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)