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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 痰甎 | 11100001100000101110000101001110 | e182e14e |
EUC-JP | 痰甎 | 11100001111000101110000110101111 | e1e2e1af |
UTF-8 | 痰甎 | 111001111001011110110000111001111001010010001110 | e797b0e7948e |
UHC | 痰? | 110100111100001100111111 | d3c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)