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 | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | 蠇晏廠y | 11111011101000011001110111100101100011111011000101111001 | fba19de58fb179 |
EUC-JP | ?晏廠y | 001111111101101011100111101111101011001101111001 | 3fdae7beb379 |
UTF-8 | 蠇晏廠y | 11101000101000001000011111100110100110011000111111100101101110111010000001111001 | e8a087e6998fe5bba079 |
UHC | ?晏廠y | 001111111110010011001111111100111101111101111001 | 3fe4cff3df79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)