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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 遶晉ョ丹 | 11100111101010111001110111100111101011101001001001001111 | e7ab9de7ae924f |
| EUC-JP | 遶晉ョ丹 | 1110111010101101110110101110100110001110101011101100001110110000 | eeaddae98eaec3b0 |
| UTF-8 | 遶晉ョ丹 | 111010011000000110110110111001101001100110001001111011111011110110101110111001001011100010111001 | e981b6e69989efbdaee4b8b9 |
| UHC | ?晉?丹 | 001111111111001011001011001111111101001110100001 | 3ff2cb3fd3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)