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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 懈??^ | 1001110011100110001111110011111101011110 | 9ce63f3f5e |
| EUC-JP | 懈??^ | 1101100011101000001111110011111101011110 | d8e83f3f5e |
| UTF-8 | 懈⅛쾹^ | 11100110100001111000100011100010100001011001101111101100101111101011100101011110 | e68788e2859becbeb95e |
| UHC | 懈⅛쾹^ | 11111010101010111010100011111011101100101000111101011110 | faaba8fbb28f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)