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 | ?猥Ι | 0011111111100000110011101000001110100111 | 3fe0ce83a7 |
EUC-JP | ?猥Ι | 0011111111100000110100001010011010101001 | 3fe0d0a6a9 |
UTF-8 | 뤚猥Ι | 1110101110100100100110101110011110001100101001011100111010011001 | eba49ae78ca5ce99 |
UHC | 뤚猥Ι | 100011111100100111101000111001011010010111001001 | 8fc9e8e5a5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)