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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陂ッ雎守攣 | 111010001001100010101111111010001011000110001110111001111001110110111001 | e898afe8b18ee79db9 |
EUC-JP | 陂ッ雎守攣 | 11101111111110001000111010101111111100001011001110111100111010011101101010111011 | eff88eaff0b3bce9dabb |
UTF-8 | 陂ッ雎守攣 | 111010011001100110000010111011111011110110101111111010011001101110001110111001011010111010001000111001101001010010100011 | e99982efbdafe99b8ee5ae88e694a3 |
UHC | 陂?雎守攣 | 111110011010111000111111111011101101000111100001111110101101010111111101 | f9ae3feed1e1fad5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)