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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?機?機B | 00111111100010110100000000111111100010110100000001000010 | 3f8b403f8b4042 |
EUC-JP | 塡機塡機B | 1000111110111000101101001011010110100001100011111011100010110100101101011010000101000010 | 8fb8b4b5a18fb8b4b5a142 |
UTF-8 | 塡機塡機B | 11100101101000011010000111100110101010011001111111100101101000011010000111100110101010011001111101000010 | e5a1a1e6a99fe5a1a1e6a99f42 |
UHC | 塡機塡機B | 111011101111001111010001101001101110111011110011110100011010011001000010 | eef3d1a6eef3d1a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)