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 | 魄大脹 | 111010011010111010010001111001011001001010101111 | e9ae91e592af |
EUC-JP | 魄大脹 | 111100101011000011000010111001111100010010110001 | f2b0c2e7c4b1 |
UTF-8 | 魄大脹 | 111010011010110110000100111001011010010010100111111010001000010010111001 | e9ad84e5a4a7e884b9 |
UHC | 魄大脹 | 110110111101111011010011110111101111001111101100 | dbded3def3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)