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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 弛?苡 | 1001001001101111001111111110010010001111 | 926f3fe48f |
EUC-JP | 弛?苡 | 1100001111010000001111111110011111101111 | c3d03fe7ef |
UTF-8 | 弛렍苡 | 111001011011110010011011111010111010000010001101111010001000101110100001 | e5bc9beba08de88ba1 |
UHC | 弛렍苡 | 111011001010110010001110101000111110110010111110 | ecac8ea3ecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)