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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?儲\ | 00111111100101101101011101011100 | 3f96d75c |
EUC-JP | ?儲\ | 00111111110011001101100101011100 | 3fccd95c |
UTF-8 | 곗儲\ | 11101010101100111001011111100101100001001011001001011100 | eab397e584b25c |
UHC | 곗儲\ | 1011000011101100111011101011100101011100 | b0eceeb95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)