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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| EUC-JP | ??˝??˝^ | 0011111100111111100011111010001010110011001111110011111110001111101000101011001101011110 | 3f3f8fa2b33f3f8fa2b35e |
| UTF-8 | 亮쇱˝亮쇱˝^ | 1110111110100101101101111110110010000111101100011100101110011101111011111010010110110111111011001000011110110001110010111001110101011110 | efa5b7ec87b1cb9defa5b7ec87b1cb9d5e |
| UHC | 亮쇱˝亮쇱˝^ | 11100101101110011011110011101100101000101010100111100101101110011011110011101100101000101010100101011110 | e5b9bceca2a9e5b9bceca2a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)