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 | 聽衰害瘋 | 1110001111100011100100001000101010001010010100011110000110000110 | e3e3908a8a51e186 |
| EUC-JP | 聽衰害瘋 | 1110011011100101101111111110101010110011101100101110000111100110 | e6e5bfeab3b2e1e6 |
| UTF-8 | 聽衰害瘋 | 111010001000000110111101111010001010000110110000111001011010111010110011111001111001100010001011 | e881bde8a1b0e5aeb3e7988b |
| UHC | 聽衰害? | 11110100111010011110000111110001111110101010101000111111 | f4e9e1f1faaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)