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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 氏??BF | 100011101000000100111111001111110100001001000110 | 8e813f3f4246 |
EUC-JP | 氏??BF | 101110111110000100111111001111110100001001000110 | bbe13f3f4246 |
UTF-8 | 氏듿륟BF | 1110011010110000100011111110101110010011101111111110101110100101100111110100001001000110 | e6b08feb93bfeba59f4246 |
UHC | 氏듿륟BF | 1110010010101011100010101110010110010000010001010100001001000110 | e4ab8ae590454246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)