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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 儲槃?名 | 10010110110101111001111011001111001111111001011010111100 | 96d79ecf3f96bc |
EUC-JP | 儲槃?名 | 11001100110110011101110011010001001111111100110010111110 | ccd9dcd13fccbe |
UTF-8 | 儲槃렩名 | 111001011000010010110010111001101010011110000011111010111010000010101001111001011001000010001101 | e584b2e6a783eba0a9e5908d |
UHC | 儲槃렩名 | 1110111010111001110110101110100110001110101101111101100110100011 | eeb9dae98eb7d9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)