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 | 淨矜關 | 100111111100010011100001111000001110100010010000 | 9fc4e1e0e890 |
EUC-JP | 淨矜關 | 110111101100011011100010111000101110111111110000 | dec6e2e2eff0 |
UTF-8 | 淨矜關 | 111001101011011110101000111001111001111110011100111010011001011110011100 | e6b7a8e79f9ce9979c |
UHC | 淨矜關 | 111011111110010011010000111010001100111010111100 | efe4d0e8cebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)