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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 瞰ι‥B | 11100001110101011000001111000111100000010110010001000010 | e1d583c7816442 |
| EUC-JP | 瞰ι‥B | 11100010110101111010011011001001101000011100010101000010 | e2d7a6c9a1c542 |
| UTF-8 | 瞰ι‥B | 111001111001111010110000110011101011100111100010100000001010010101000010 | e79eb0ceb9e280a542 |
| UHC | 瞰ι‥B | 11001010111110011010010111101001101000011010010101000010 | caf9a5e9a1a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)