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 | ??LoBF | 001111110011111101001100011011110100001001000110 | 3f3f4c6f4246 |
SJIS-WIN | 鉞クLoBF | 11100111111001101011100001001100011011110100001001000110 | e7e6b84c6f4246 |
EUC-JP | 鉞クLoBF | 1110111011101000100011101011100001001100011011110100001001000110 | eee88eb84c6f4246 |
UTF-8 | 鉞クLoBF | 11101001100010011001111011101111101111011011100001001100011011110100001001000110 | e9899eefbdb84c6f4246 |
UHC | 鉞?LoBF | 11101010110001110011111101001100011011110100001001000110 | eac73f4c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)