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 | 猝?? | 11100000110010100011111100111111 | e0ca3f3f |
EUC-JP | 猝?? | 11100000110011000011111100111111 | e0cc3f3f |
UTF-8 | 猝롈뤰 | 111001111000110010011101111010111010000110001000111010111010010010110000 | e78c9deba188eba4b0 |
UHC | 猝롈뤰 | 111100001111000110001110110011101000111111011110 | f0f18ece8fde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)