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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| EUC-JP | ???靷??? | 001111110011111100111111100011111110011110111101001111110011111100111111 | 3f3f3f8fe7bd3f3f3f |
| UTF-8 | 練앺씓靷경챼溜 | 111011111010011010010110111011001001010110111010111011001001010010010011111010011001110110110111111010101011001010111101111011001011000110111100111011111010011110001011 | efa696ec95baec9493e99db7eab2bdecb1bcefa78b |
| UHC | 練앺씓靷경챼溜 | 1110011011011111100111011110110110011101101010011110110011100110101100001110011010101010100010011110101011111110 | e6df9ded9da9ece6b0e6aa89eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)