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 | ツ船ツ静抂 | 1100001010010001010001001100001010010000110000111001110101001111 | c29144c290c39d4f |
| EUC-JP | ツ船ツ静抂 | 10001110110000101100000110100101100011101100001011000000110001011101100110110000 | 8ec2c1a58ec2c0c5d9b0 |
| UTF-8 | ツ船ツ静抂 | 111011111011111010000010111010001000100010111001111011111011111010000010111010011001110110011001111001101000101010000010 | efbe82e888b9efbe82e99d99e68a82 |
| UHC | ?船??? | 001111111110000011001111001111110011111100111111 | 3fe0cf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)