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 | 莊犖^ | 1110010010110101111000001011011001011110 | e4b5e0b65e |
EUC-JP | 莊犖^ | 1110100010110111111000001011100001011110 | e8b7e0b85e |
UTF-8 | 莊犖^ | 11101000100011101000101011100111100010101001011001011110 | e88e8ae78a965e |
UHC | 莊?^ | 11101101111101100011111101011110 | edf63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)