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 | ??L??~ | 001111110011111101001100001111110011111101111110 | 3f3f4c3f3f7e |
| SJIS-WIN | 螂ェL霎ソ~ | 1110010110100101101010100100110011101000101111101011111101111110 | e5a5aa4ce8bebf7e |
| EUC-JP | 螂ェL霎ソ~ | 11101010101001111000111010101010010011001111000011000000100011101011111101111110 | eaa78eaa4cf0c08ebf7e |
| UTF-8 | 螂ェL霎ソ~ | 1110100010011110100000101110111110111101101010100100110011101001100111001000111011101111101111011011111101111110 | e89e82efbdaa4ce99c8eefbdbf7e |
| UHC | 螂?L??~ | 11010101110011000011111101001100001111110011111101111110 | d5cc3f4c3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)