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 | 跋城兜 | 111001101110101110001111111010011000101010010101 | e6eb8fe98a95 |
EUC-JP | 跋城兜 | 111011001110110110111110111010111011001111110101 | ecedbeebb3f5 |
UTF-8 | 跋城兜 | 111010001011011110001011111001011001111110001110111001011000010110011100 | e8b78be59f8ee5859c |
UHC | 跋城兜 | 110110111010001011100000111100101101010011011111 | dba2e0f2d4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)