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 | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 穗y穗yB | 11100010011011100111100111100010011011100111100101000010 | e26e79e26e7942 |
EUC-JP | 穗y穗yB | 11100011110011110111100111100011110011110111100101000010 | e3cf79e3cf7942 |
UTF-8 | 穗y穗yB | 111001111010100110010111011110011110011110101001100101110111100101000010 | e7a99779e7a9977942 |
UHC | 穗y穗yB | 11100010101101000111100111100010101101000111100101000010 | e2b479e2b47942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)