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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雨?凝 | 1000100101001010001111111000101111000011 | 894a3f8bc3 |
EUC-JP | 雨?凝 | 1011000110101011001111111011011011000101 | b1ab3fb6c5 |
UTF-8 | 雨렭凝 | 111010011001101110101000111010111010000010101101111001011000011110011101 | e99ba8eba0ade5879d |
UHC | 雨렭凝 | 111010011110101110001110101110101110101111101010 | e9eb8ebaebea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)