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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 澵七鍾 | 111110110100110010001110101101011000111111011111 | fb4c8eb58fdf |
EUC-JP | 澵七鍾 | 10001111110010001111100010111100101101111011111011100001 | 8fc8f8bcb7bee1 |
UTF-8 | 澵七鍾 | 111001101011111010110101111001001011100010000011111010011000110110111110 | e6beb5e4b883e98dbe |
UHC | ?七鍾 | 0011111111110110110100101111000110100011 | 3ff6d2f1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)