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 | 秩?? | 10010010100000010011111100111111 | 92813f3f |
EUC-JP | 秩?? | 11000011111000010011111100111111 | c3e13f3f |
UTF-8 | 秩롈뤰 | 111001111010011110101001111010111010000110001000111010111010010010110000 | e7a7a9eba188eba4b0 |
UHC | 秩롈뤰 | 111100101111000110001110110011101000111111011110 | f2f18ece8fde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)