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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| SJIS-WIN | 螳ウ讖駆怱O | 11100101101011101011001111100110101010011000101111101100100111001000010001001111 | e5aeb3e6a98bec9c844f |
| EUC-JP | 螳ウ讖駆怱O | 1110101010110000100011101011001111101100101010111011011011101110110101111110010001001111 | eab08eb3ecabb6eed7e44f |
| UTF-8 | 螳ウ讖駆怱O | 11101000100111101011001111101111101111011011001111101000101011101001011011101001101001111000011011100110100000001011000101001111 | e89eb3efbdb3e8ae96e9a786e680b14f |
| UHC | 螳?讖??O | 1101001111011001001111111111001111011001001111110011111101001111 | d3d93ff3d93f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)