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 | 霓鴫昇ョ | 111010001011110110001110101100001000111110111000111101111000111010101110 | e8bd8eb08fb8f78eae |
| EUC-JP | 霓鴫昇?ョ | 111100001011111110111100101100101011111010111010001111111000111010101110 | f0bfbcb2beba3f8eae |
| UTF-8 | 霓鴫昇ョ | 111010011001110010010011111010011011010010101011111001101001100010000111111011101001010110110001111011111011110110101110 | e99c93e9b4abe69887ee95b1efbdae |
| UHC | 霓?昇?? | 11100111111001110011111111100011101100000011111100111111 | e7e73fe3b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)