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 | 趙雅整 | 111001101110001010001001111010111001000010101110 | e6e289eb90ae |
EUC-JP | 趙雅整 | 111011001110010010110010111011011100000010110000 | ece4b2edc0b0 |
UTF-8 | 趙雅整 | 111010001011011010011001111010011001101110000101111001101001010110110100 | e8b699e99b85e695b4 |
UHC | 趙雅整 | 111100001110000111100100101110101110111111011010 | f0e1e4baefda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)