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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 熬?? | 11100000100100100011111100111111 | e0923f3f |
| EUC-JP | 熬?? | 11011111111100100011111100111111 | dff23f3f |
| UTF-8 | 熬뽪릍 | 111001111000011010101100111010111011110110101010111010111010011010001101 | e786acebbdaaeba68d |
| UHC | 熬뽪릍 | 111010001010001010010110111001101011100010101100 | e8a296e6b8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)