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 | 茹??松δ? | 111001001010010100111111001111111000111110111100100000111100001000111111 | e4a53f3f8fbc83c23f |
| EUC-JP | 茹??松δ? | 111010001010011100111111001111111011111010111110101001101100010000111111 | e8a73f3fbebea6c43f |
| UTF-8 | 茹띿슜松δ틠 | 1110100010001100101110011110101110011101101111111110110010001010100111001110011010011101101111101100111010110100111011011000101110100000 | e88cb9eb9dbfec8a9ce69dbeceb4ed8ba0 |
| UHC | 茹띿슜松δ틠 | 111001101010101010001101111011001001101010101001111000011110011010100101111001001011101010001100 | e6aa8dec9aa9e1e6a5e4ba8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)