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 | 邊「轤雁脈 | 111001111011001010100010111001111000001010001010111001011001011010101100 | e7b2a2e7828ae596ac |
| EUC-JP | 邊「轤雁脈 | 11101110101101001000111010100010111011011110001010110100111001111100110010101110 | eeb48ea2ede2b4e7ccae |
| UTF-8 | 邊「轤雁脈 | 111010011000001010001010111011111011110110100010111010001011110110100100111010011001101110000001111010001000010010001000 | e9828aefbda2e8bda4e99b81e88488 |
| UHC | 邊??雁脈 | 1101110010101011001111110011111111100100110100101101100011100110 | dcab3f3fe4d2d8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)