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 | ?????BO^ | 0011111100111111001111110011111100111111010000100100111101011110 | 3f3f3f3f3f424f5e |
| SJIS-WIN | 乙??至?BO^ | 10001001101100110011111100111111100011101000101000111111010000100100111101011110 | 89b33f3f8e8a3f424f5e |
| EUC-JP | 乙??至?BO^ | 10110010101101010011111100111111101110111110101000111111010000100100111101011110 | b2b53f3fbbea3f424f5e |
| UTF-8 | 乙재헬至렭BO^ | 111001001011100110011001111011001001111010101100111011011001011110101100111010001000011110110011111010111010000010101101010000100100111101011110 | e4b999ec9eaced97ace887b3eba0ad424f5e |
| UHC | 乙재헬至렭BO^ | 11101011111000001100000011100111110001111110111111110010101110001000111010111010010000100100111101011110 | ebe0c0e7c7eff2b88eba424f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)