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 | 磑貂磬 | 111000011111010011100110101110001110000111111100 | e1f4e6b8e1fc |
EUC-JP | 磑貂磬 | 111000101111011011101100101110101110001011111110 | e2f6ecbae2fe |
UTF-8 | 磑貂磬 | 111001111010001110010001111010001011001010000010111001111010001110101100 | e7a391e8b282e7a3ac |
UHC | ?貂磬 | 0011111111110101101100001100110011100100 | 3ff5b0cce4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)