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 | 傭??餘? | 10010111011000100011111100111111111010010101000000111111 | 97623f3fe9503f |
| EUC-JP | 傭??餘? | 11001101110000110011111100111111111100011011000100111111 | cdc33f3ff1b13f |
| UTF-8 | 傭삯늉餘콭 | 111001011000001010101101111011001000001010101111111010111000101010001001111010011010010010011000111011001011110110101101 | e582adec82afeb8a89e9a498ecbdad |
| UHC | 傭삯늉餘콭 | 11101001101101101011101111101001101101001011111111100110101011101011001001000001 | e9b6bbe9b4bfe6aeb241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)