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 | 逍滝ソ懦亜 | 111001111001011010010001111010101011111110011100111011011000100010011111 | e79691eabf9ced889f |
EUC-JP | 逍滝ソ懦亜 | 11101101111101101100001011101100100011101011111111011000111011111011000010100001 | edf6c2ec8ebfd8efb0a1 |
UTF-8 | 逍滝ソ懦亜 | 111010011000000010001101111001101011101110011101111011111011110110111111111001101000011110100110111001001011101010011100 | e9808de6bb9defbdbfe687a6e4ba9c |
UHC | 逍??懦? | 11100001110011100011111100111111110100011101011100111111 | e1ce3f3fd1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)