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 | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | ?晛^ | 0011111110001111110000101011101101011110 | 3f8fc2bb5e |
UTF-8 | 뤹晛^ | 11101011101001001011100111100110100110011001101101011110 | eba4b9e6999b5e |
UHC | 뤹晛^ | 1000111111100111111110101101100101011110 | 8fe7fad95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)