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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 灼七煮偲\ | 100011101101110010001110101101011000111011001111100011101100001101011100 | 8edc8eb58ecf8ec35c |
EUC-JP | 灼七煮偲\ | 101111001101111010111100101101111011110011010001101111001100010101011100 | bcdebcb7bcd1bcc55c |
UTF-8 | 灼七煮偲\ | 11100111100000011011110011100100101110001000001111100111100001011010111011100101100000011011001001011100 | e781bce4b883e785aee581b25c |
UHC | 灼七煮?\ | 1110110111000111111101101101001011101101101101000011111101011100 | edc7f6d2edb43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)