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 | éüyéüyB | 11101001111111000111100111101001111111000111100101000010 | e9fc79e9fc7942 |
SJIS-WIN | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
EUC-JP | éüyéüyB | 100011111010101110110001100011111010101111100100011110011000111110101011101100011000111110101011111001000111100101000010 | 8fabb18fabe4798fabb18fabe47942 |
UTF-8 | éüyéüyB | 1100001110101001110000111011110001111001110000111010100111000011101111000111100101000010 | c3a9c3bc79c3a9c3bc7942 |
UHC | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)