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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼠?鼠?漣 | 1001000101101100001111111001000101101100001111111001011111111000 | 916c3f916c3f97f8 |
EUC-JP | 鼠?鼠?漣 | 1100000111001101001111111100000111001101001111111100111011111010 | c1cd3fc1cd3fcefa |
UTF-8 | 鼠렁鼠뤜漣 | 111010011011110010100000111010111010000010000001111010011011110010100000111010111010010010011100111001101011110010100011 | e9bca0eba081e9bca0eba49ce6bca3 |
UHC | 鼠렁鼠뤜漣 | 11100000101010011011011110110111111000001010100110001111110010111101010111111110 | e0a9b7b7e0a98fcbd5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)