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 | 箏?將? | 111000101011010100111111100110111001001000111111 | e2b53f9b923f |
| EUC-JP | 箏?將? | 111001001011011100111111110101011111001000111111 | e4b73fd5f23f |
| UTF-8 | 箏렋將닸 | 111001111010111010001111111010111010000010001011111001011011000010000111111010111000101110111000 | e7ae8feba08be5b087eb8bb8 |
| UHC | 箏렋將닸 | 1110111010110100100011101010001011101101111000101011010011100110 | eeb48ea2ede2b4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)