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 | 篳蟇隆 | 111000101100100011100101101011111111101111101001 | e2c8e5affbe9 |
EUC-JP | 篳蟇? | 1110010011001010111010101011000100111111 | e4caeab13f |
UTF-8 | 篳蟇隆 | 111001111010111110110011111010001001111110000111111011111010011110011100 | e7afb3e89f87efa79c |
UHC | ??隆 | 00111111001111111110101111011000 | 3f3febd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)