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 | ??????紵 | 0011111100111111001111110011111100111111001111111110001101001001 | 3f3f3f3f3f3fe349 |
| EUC-JP | ??????紵 | 0011111100111111001111110011111100111111001111111110010110101010 | 3f3f3f3f3f3fe5aa |
| UTF-8 | 롔롃롛롁렖렎紵 | 111010111010000110010100111010111010000110000011111010111010000110011011111010111010000110000001111010111010000010010110111010111010000010001110111001111011010010110101 | eba194eba183eba19beba181eba096eba08ee7b4b5 |
| UHC | 롔롃롛롁렖렎紵 | 1000111011011000100011101100101010001110110111111000111011001000100011101010101110001110101001001110111011000111 | 8ed88eca8edf8ec88eab8ea4eec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)