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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 軏奇セ難スュ | 111110111011001010001010111011111011111010010011111011111011110110101101 | fbb28aefbe93efbdad |
| EUC-JP | 軏奇セ難スュ | 10001111111000001101100110110100111100011000111010111110110001101111000110001110101111011000111010101101 | 8fe0d9b4f18ebec6f18ebd8ead |
| UTF-8 | 軏奇セ難スュ | 111010001011101110001111111001011010010110000111111011111011110110111110111010011001101110100011111011111011110110111101111011111011110110101101 | e8bb8fe5a587efbdbee99ba3efbdbdefbdad |
| UHC | ?奇?難?? | 0011111111010000111101000011111111010001111100010011111100111111 | 3fd0f43fd1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)