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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鄂瀋 | 11100111101111011110000001100011 | e7bde063 |
EUC-JP | 鄂瀋 | 11101110101111111101111111000100 | eebfdfc4 |
UTF-8 | 鄂瀋 | 111010011000010010000010111001111000000010001011 | e98482e7808b |
UHC | 鄂瀋 | 11100100110001111110010010100011 | e4c7e4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)