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 | 哀??宜у? | 100010001010001100111111001111111000101101011000100001001000010100111111 | 88a33f3f8b5884853f |
| EUC-JP | 哀??宜у? | 101100001010010100111111001111111011010110111001101001111110010100111111 | b0a53f3fb5b9a7e53f |
| UTF-8 | 哀노맧宜у쳞 | 1110010110010011100000001110101110000101101110001110101110100111101001111110010110101110100111001101000110000011111011001011001110011110 | e59380eb85b8eba7a7e5ae9cd183ecb39e |
| UHC | 哀노맧宜у쳞 | 111001001110111010110011111010111001000010110000111010111111000110101100111001011010101110000100 | e4eeb3eb90b0ebf1ace5ab84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)