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 | 竪??約 | 100100100100011100111111001111111001011011110001 | 92473f3f96f1 |
| EUC-JP | 竪??約 | 110000111010100000111111001111111100110011110011 | c3a83f3fccf3 |
| UTF-8 | 竪뒍뙳約 | 111001111010101110101010111010111001001010001101111010111001100110110011111001111011010010000100 | e7abaaeb928deb99b3e7b484 |
| UHC | 竪뒍뙳約 | 1110001010110101100010101000101010001100101101101110010110110011 | e2b58a8a8cb6e5b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)