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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 邊「轤贋 | 11100111101100101010001011100111100000101000101011100100 | e7b2a2e7828ae4 |
| EUC-JP | 邊「轤贋 | 1110111010110100100011101010001011101101111000101011010011100110 | eeb48ea2ede2b4e6 |
| UTF-8 | 邊「轤贋 | 111010011000001010001010111011111011110110100010111010001011110110100100111010001011010010001011 | e9828aefbda2e8bda4e8b48b |
| UHC | 邊??? | 1101110010101011001111110011111100111111 | dcab3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)