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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ?瘢??? | 001111111110000110001101001111110011111100111111 | 3fe18d3f3f3f |
| EUC-JP | ?瘢??? | 001111111110000111101101001111110011111100111111 | 3fe1ed3f3f3f |
| UTF-8 | 了瘢렋늡키 | 111011111010011010111010111001111001100010100010111010111010000010001011111010111000101010100001111011011000001010100100 | efa6bae798a2eba08beb8aa1ed82a4 |
| UHC | 了瘢렋늡키 | 11101000111001111101101011101110100011101010001010110100110001111100010110110000 | e8e7daee8ea2b4c7c5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)