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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 葯а?? | 111001001101111010000100011100000011111100111111 | e4de84703f3f |
| EUC-JP | 葯а?? | 111010001110000010100111110100010011111100111111 | e8e0a7d13f3f |
| UTF-8 | 葯а띿춨 | 1110100010010001101011111101000010110000111010111001110110111111111011001011011010101000 | e891afd0b0eb9dbfecb6a8 |
| UHC | 葯а띿춨 | 1110010110110101101011001101000110001101111011001010110110000110 | e5b5acd18decad86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)