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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 鞨奇ス「霓、 | 111010001110000010001010111011111011110110100010111010001011110110100100 | e8e08aefbda2e8bda4 |
| EUC-JP | 鞨奇ス「霓、 | 111100001110001010110100111100011000111010111101100011101010001011110000101111111000111010100100 | f0e2b4f18ebd8ea2f0bf8ea4 |
| UTF-8 | 鞨奇ス「霓、 | 111010011001111010101000111001011010010110000111111011111011110110111101111011111011110110100010111010011001110010010011111011111011110110100100 | e99ea8e5a587efbdbdefbda2e99c93efbda4 |
| UHC | 鞨奇??霓? | 110010101110101011010000111101000011111100111111111001111110011100111111 | caead0f43f3fe7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)