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 | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | 蠇カ閠ウ@B | 1111101110100001101101101110100010000000101100110100000001000010 | fba1b6e880b34042 |
EUC-JP | ?カ閠ウ@B | 001111111000111010110110111011111110000010001110101100110100000001000010 | 3f8eb6efe08eb34042 |
UTF-8 | 蠇カ閠ウ@B | 1110100010100000100001111110111110111101101101101110100110010110101000001110111110111101101100110100000001000010 | e8a087efbdb6e996a0efbdb34042 |
UHC | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)