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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襞埼Г襞 | 1110010111111100100011011110100110000100010000111110010111111100 | e5fc8de98443e5fc |
EUC-JP | 襞埼Г襞 | 1110101011111110101110101110101110100111101001001110101011111110 | eafebaeba7a4eafe |
UTF-8 | 襞埼Г襞 | 1110100010100101100111101110010110011111101111001101000010010011111010001010010110011110 | e8a59ee59fbcd093e8a59e |
UHC | ?埼Г? | 001111111101000011110010101011001010010000111111 | 3fd0f2aca43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)