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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 疫ョ?B | 100010010111010110000011100001110011111101000010 | 897583873f42 |
EUC-JP | 疫ョ?B | 101100011101011010100101111001110011111101000010 | b1d6a5e73f42 |
UTF-8 | 疫ョ쮫B | 11100111100101101010101111100011100000111010011111101100101011101010101101000010 | e796abe383a7ecaeab42 |
UHC | 疫ョ쮫B | 11100110101110011010101111100111101010001000100001000010 | e6b9abe7a88842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)