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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?悽審 | 0011111110011100101011001001000001010010 | 3f9cac9052 |
EUC-JP | ?悽審 | 0011111111011000101011101011111110110011 | 3fd8aebfb3 |
UTF-8 | 뤋悽審 | 111010111010010010001011111001101000001010111101111001011010111110101001 | eba48be682bde5afa9 |
UHC | 뤋悽審 | 100011111011101111110100101001001110001111111011 | 8fbbf4a4e3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)