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 | ?咐柄 | 0011111110011001111100111001010110111111 | 3f99f395bf |
EUC-JP | ?咐柄 | 0011111111010010111101011100101011000001 | 3fd2f5cac1 |
UTF-8 | 뤩咐柄 | 111010111010010010101001111001011001001010010000111001101001111110000100 | eba4a9e59290e69f84 |
UHC | 뤩咐柄 | 100011111101011111011100111110111101110010110111 | 8fd7dcfbdcb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)