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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??息^ | 0011111100111111100100011010011101011110 | 3f3f91a75e |
EUC-JP | 棅馹息^ | 100011111100001111111011100011111110100110100001110000101010100101011110 | 8fc3fb8fe9a1c2a95e |
UTF-8 | 棅馹息^ | 11100110101000111000010111101001101001101011100111100110100000011010111101011110 | e6a385e9a6b9e681af5e |
UHC | 棅馹息^ | 11011100101110001110110011110001111000111101001101011110 | dcb8ecf1e3d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)