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 | 狒糢狒 | 111000001011111111100010111101011110000010111111 | e0bfe2f5e0bf |
EUC-JP | 狒糢狒 | 111000001100000111100100111101111110000011000001 | e0c1e4f7e0c1 |
UTF-8 | 狒糢狒 | 111001111000101110010010111001111011001110100010111001111000101110010010 | e78b92e7b3a2e78b92 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)