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 | 軟??厓る? | 100100111110111000111111001111111111101010001101100000101110100100111111 | 93ee3f3ffa8d82e93f |
| EUC-JP | 軟??厓る? | 11000110111100000011111100111111100011111011010011000111101001001110101100111111 | c6f03f3f8fb4c7a4eb3f |
| UTF-8 | 軟쒕젍厓る젒 | 111010001011101110011111111011001001001010010101111011001010000010001101111001011000111010010011111000111000001010001011111011001010000010010010 | e8bb9fec9295eca08de58e93e3828beca092 |
| UHC | 軟쒕젍厓る젒 | 111001101110001110011100111010111010000010001110111001001110110110101010111010111010000010010001 | e6e39ceba08ee4edaaeba091 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)