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 | ????a | 0011111100111111001111110011111101100001 | 3f3f3f3f61 |
SJIS-WIN | 阡暦スクa | 11101000100101001001011111101111101111011011100001100001 | e89497efbdb861 |
EUC-JP | 阡暦スクa | 111011111111010011001110111100011000111010111101100011101011100001100001 | eff4cef18ebd8eb861 |
UTF-8 | 阡暦スクa | 11101001100110001010000111100110100110101010011011101111101111011011110111101111101111011011100001100001 | e998a1e69aa6efbdbdefbdb861 |
UHC | 阡???a | 111101001100011000111111001111110011111101100001 | f4c63f3f3f61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)