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 | ?粟繹? | 001111111000100010111110111000111000100000111111 | 3f88bee3883f |
| EUC-JP | ?粟繹? | 001111111011000011000000111001011110100000111111 | 3fb0c0e5e83f |
| UTF-8 | 黎粟繹黎 | 111011111010011010001001111001111011001010011111111001111011100110111001111011111010011010001001 | efa689e7b29fe7b9b9efa689 |
| UHC | 黎粟繹黎 | 1110011010110001111000011101100011100110101110101110011010110001 | e6b1e1d8e6bae6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)