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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞦「蜍滄ウ | 1110100011100001101000101110010110001011100111111110100110110011 | e8e1a2e58b9fe9b3 |
EUC-JP | 鞦「蜍滄ウ | 11110000111000111000111010100010111010011110101111011110111010111000111010110011 | f0e38ea2e9ebdeeb8eb3 |
UTF-8 | 鞦「蜍滄ウ | 111010011001111010100110111011111011110110100010111010001001110010001101111001101011101110000100111011111011110110110011 | e99ea6efbda2e89c8de6bb84efbdb3 |
UHC | ???滄? | 001111110011111100111111111100111110011100111111 | 3f3f3ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)