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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠇晁樗韜 | 1111101110100001100111011110100010010010100101001110100011101001 | fba19de89294e8e9 |
EUC-JP | ?晁樗韜 | 00111111110110101110101011000011111101001111000011101011 | 3fdaeac3f4f0eb |
UTF-8 | 蠇晁樗韜 | 111010001010000010000111111001101001100110000001111001101010100010010111111010011001111110011100 | e8a087e69981e6a897e99f9c |
UHC | ?晁樗韜 | 00111111111100001100010111101110110000001101010010110111 | 3ff0c5eec0d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)