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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 灌豎U}灌豎U{^ | 10011111111100111110011010110001010101010111110110011111111100111110011010110001010101010111101101011110 | 9ff3e6b1557d9ff3e6b1557b5e |
EUC-JP | 灌豎U}灌豎U{^ | 11011110111101011110110010110011010101010111110111011110111101011110110010110011010101010111101101011110 | def5ecb3557ddef5ecb3557b5e |
UTF-8 | 灌豎U}灌豎U{^ | 1110011110000001100011001110100010110001100011100101010101111101111001111000000110001100111010001011000110001110010101010111101101011110 | e7818ce8b18e557de7818ce8b18e557b5e |
UHC | 灌?U}灌?U{^ | 1100111010110100001111110101010101111101110011101011010000111111010101010111101101011110 | ceb43f557dceb43f557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)