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 | 傭???? | 100101110110001000111111001111110011111100111111 | 97623f3f3f3f |
| EUC-JP | 傭???? | 110011011100001100111111001111110011111100111111 | cdc33f3f3f3f |
| UTF-8 | 傭삯늉力츬 | 111001011000001010101101111011001000001010101111111010111000101010001001111011111010011010001010111011001011100010101100 | e582adec82afeb8a89efa68aecb8ac |
| UHC | 傭삯늉力츬 | 11101001101101101011101111101001101101001011111111100110101100111010111101000001 | e9b6bbe9b4bfe6b3af41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)