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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 邀?邀?E | 11100111101100010011111111100111101100010011111101000101 | e7b13fe7b13f45 |
EUC-JP | 邀?邀?E | 11101110101100110011111111101110101100110011111101000101 | eeb33feeb33f45 |
UTF-8 | 邀칈邀칋E | 11101001100000101000000011101100101110011000100011101001100000101000000011101100101110011000101101000101 | e98280ecb988e98280ecb98b45 |
UHC | 邀칈邀칋E | 111010011010110110101111010110011110100110101101101011110110001001000101 | e9adaf59e9adaf6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)