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 | 曄??慾 | 100111100100000000111111001111111001011101111100 | 9e403f3f977c |
| EUC-JP | 曄??慾 | 110110111010000100111111001111111100110111011101 | dba13f3fcddd |
| UTF-8 | 曄볡㉠慾 | 111001101001101110000100111010111011001110100001111000111000100110100000111001101000010110111110 | e69b84ebb3a1e389a0e685be |
| UHC | 曄볡㉠慾 | 1110011110100101100100111110011110101000101100011110100110101111 | e7a593e7a8b1e9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)