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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 舅?[}舅?[{^ | 1110010001101110001111110101101101111101111001000110111000111111010110110111101101011110 | e46e3f5b7de46e3f5b7b5e |
EUC-JP | 舅?[}舅?[{^ | 1110011111001111001111110101101101111101111001111100111100111111010110110111101101011110 | e7cf3f5b7de7cf3f5b7b5e |
UTF-8 | 舅협[}舅협[{^ | 1110100010001000100001011110110110011000100100010101101101111101111010001000100010000101111011011001100010010001010110110111101101011110 | e88885ed98915b7de88885ed98915b7b5e |
UHC | 舅협[}舅협[{^ | 11001111110000001100011111111001010110110111110111001111110000001100011111111001010110110111101101011110 | cfc0c7f95b7dcfc0c7f95b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)