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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?憧漣 | 0011111110010011101100101001011111111000 | 3f93b297f8 |
EUC-JP | ?憧漣 | 0011111111000110101101001100111011111010 | 3fc6b4cefa |
UTF-8 | 뤯憧漣 | 111010111010010010101111111001101000011010100111111001101011110010100011 | eba4afe686a7e6bca3 |
UHC | 뤯憧漣 | 100011111101110111010100110100111101010111111110 | 8fddd4d3d5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)