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 | 11100111101100011011010111101000100011101011010101000101 | e7b1b5e88eb545 |
EUC-JP | 邀オ闔オE | 111011101011001110001110101101011110111111101110100011101011010101000101 | eeb38eb5efee8eb545 |
UTF-8 | 邀オ闔オE | 11101001100000101000000011101111101111011011010111101001100101111001010011101111101111011011010101000101 | e98280efbdb5e99794efbdb545 |
UHC | 邀?闔?E | 11101001101011010011111111111001111011110011111101000101 | e9ad3ff9ef3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)