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 | 朎^ | 1111001110110100111110101101111101011110 | f3b4fadf5e |
EUC-JP | ?朎^ | 0011111110001111110000101111000001011110 | 3f8fc2f05e |
UTF-8 | 朎^ | 11101110100010101010011111100110100111001000111001011110 | ee8aa7e69c8e5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)