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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 螂ェ謳榊穀 | 111001011010010110101010111001101001000010001101111001011000110110010010 | e5a5aae6908de58d92 |
| EUC-JP | 螂ェ謳榊穀 | 11101010101001111000111010101010111010111111000010111010111001111011100111110010 | eaa78eaaebf0bae7b9f2 |
| UTF-8 | 螂ェ謳榊穀 | 111010001001111010000010111011111011110110101010111010001010110010110011111001101010011010001010111001111010100110000000 | e89e82efbdaae8acb3e6a68ae7a980 |
| UHC | 螂?謳?穀 | 1101010111001100001111111100111111000100001111111100110111011010 | d5cc3fcfc43fcdda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)