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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 搖⑨?汚?? | 100111011000101010000111010010000011111110001001100110000011111100111111 | 9d8a87483f89983f3f |
| EUC-JP | 搖??汚?? | 1101100111101010001111110011111110110001111110000011111100111111 | d9ea3f3fb1f83f3f |
| UTF-8 | 搖⑨슬汚띰슛 | 111001101001000010010110111000101001000110101000111011001000101010101100111001101011000110011010111010111001110110110000111011001000101010011011 | e69096e291a8ec8aace6b19aeb9db0ec8a9b |
| UHC | 搖⑨슬汚띰슛 | 111010001111010010101000111011111011110110111101111001111111110110110110111011111011110110111000 | e8f4a8efbdbde7fdb6efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)