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 | 恂?? | 10011100100101100011111100111111 | 9c963f3f |
EUC-JP | 恂?? | 11010111111101100011111100111111 | d7f63f3f |
UTF-8 | 恂롇렟 | 111001101000000110000010111010111010000110000111111010111010000010011111 | e68182eba187eba09f |
UHC | 恂롇렟 | 111000101110000110001110110011011000111010110000 | e2e18ecd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)