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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 吳됲맶吳됲맶^ | 11100101100100001011001111101011100100001011001011101011101001111011011011100101100100001011001111101011100100001011001011101011101001111011011001011110 | e590b3eb90b2eba7b6e590b3eb90b2eba7b65e |
UHC | 吳됲맶吳됲맶^ | 11100111111011111000100111101101100100001011101111100111111011111000100111101101100100001011101101011110 | e7ef89ed90bbe7ef89ed90bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)