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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 亨?^ | 10001011100111000011111101011110 | 8b9c3f5e |
EUC-JP | 亨?^ | 10110101111111000011111101011110 | b5fc3f5e |
UTF-8 | 亨풻^ | 11100100101110101010100011101101100100101011101101011110 | e4baa8ed92bb5e |
UHC | 亨풻^ | 1111101011111011101111110110001101011110 | fafbbf635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)