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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀???? | 111001111011000100111111001111110011111100111111 | e7b13f3f3f3f |
EUC-JP | 邀???? | 111011101011001100111111001111110011111100111111 | eeb33f3f3f3f |
UTF-8 | 邀섌쨹歷잹 | 111010011000001010000000111011001000010010001100111011001010100010111001111011111010011010001100111011001001111010111001 | e98280ec848ceca8b9efa68cec9eb9 |
UHC | 邀섌쨹歷잹 | 11101001101011011001100011101001101001001001001111100110101110001010000001000010 | e9ad98e9a493e6b8a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)