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 | 茹貉^ | 1110010010100101111001101011100101011110 | e4a5e6b95e |
EUC-JP | 茹貉^ | 1110100010100111111011001011101101011110 | e8a7ecbb5e |
UTF-8 | 茹貉^ | 11101000100011001011100111101000101100101000100101011110 | e88cb9e8b2895e |
UHC | 茹?^ | 11100110101010100011111101011110 | e6aa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)