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 | 癌厄\ | 1000101011100000100101101110111101011100 | 8ae096ef5c |
EUC-JP | 癌厄\ | 1011010011100010110011001111000101011100 | b4e2ccf15c |
UTF-8 | 癌厄\ | 11100111100110011000110011100101100011101000010001011100 | e7998ce58e845c |
UHC | 癌厄\ | 1110010011011111111001001111100001011100 | e4dfe4f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)