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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 叩綻族臓@h | 10010010010000001001001001011101100100011011000010010001100111110100000001101000 | 9240925d91b0919f4068 |
EUC-JP | 叩綻族臓@h | 11000011101000011100001110111110110000101011001011000010101000010100000001101000 | c3a1c3bec2b2c2a14068 |
UTF-8 | 叩綻族臓@h | 1110010110001111101010011110011110110110101110111110011010010111100011111110100010000111100100110100000001101000 | e58fa9e7b6bbe6978fe887934068 |
UHC | 叩綻族?@h | 110011011011000011110111101010101111000011101001001111110100000001101000 | cdb0f7aaf0e93f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)