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 | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
| SJIS-WIN | 馭??馭??w | 111010010110011000111111001111111110100101100110001111110011111101110111 | e9663f3fe9663f3f77 |
| EUC-JP | 馭??馭??w | 111100011100011100111111001111111111000111000111001111110011111101110111 | f1c73f3ff1c73f3f77 |
| UTF-8 | 馭곸콋馭곸갉w | 11101001101001101010110111101010101100111011100011101100101111011000101111101001101001101010110111101010101100111011100011101010101100001000100101110111 | e9a6adeab3b8ecbd8be9a6adeab3b8eab08977 |
| UHC | 馭곸콋馭곸갉w | 11100101110111111000000111101100101100011000011111100101110111111000000111101100101100001010011001110111 | e5df81ecb187e5df81ecb0a677 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)