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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 業?U | 10001011110001100011111101010101 | 8bc63f55 |
EUC-JP | 業?U | 10110110110010000011111101010101 | b6c83f55 |
UTF-8 | 業뭒U | 11100110101001011010110111101011101011011001001001010101 | e6a5adebad9255 |
UHC | 業뭒U | 1110010111110110100100100101101001010101 | e5f6925a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)