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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 蔕э週}B | 1110010011110110100001001000111110001111010101000111110101000010 | e4f6848f8f547d42 |
EUC-JP | 蔕э週}B | 1110100011111000101001111110111110111101101101010111110101000010 | e8f8a7efbdb57d42 |
UTF-8 | 蔕э週}B | 11101000100101001001010111010001100011011110100110000000101100010111110101000010 | e89495d18de980b17d42 |
UHC | ?э週}B | 00111111101011001110111111110001110011100111110101000010 | 3faceff1ce7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)