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 | 111010001000000010011000011110011110100010000000100110000111100101000010 | e8809879e880987942 |
SJIS-WIN | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
EUC-JP | è??yè??yB | 10001111101010111011001000111111001111110111100110001111101010111011001000111111001111110111100101000010 | 8fabb23f3f798fabb23f3f7942 |
UTF-8 | èyèyB | 110000111010100011000010100000001100001010011000011110011100001110101000110000101000000011000010100110000111100101000010 | c3a8c280c29879c3a8c280c2987942 |
UHC | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)