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 | 簽甎 | 11100010110100111110000101001110 | e2d3e14e |
EUC-JP | 簽甎 | 11100100110101011110000110101111 | e4d5e1af |
UTF-8 | 簽甎 | 111001111011000010111101111001111001010010001110 | e7b0bde7948e |
UHC | 簽? | 111101001101100000111111 | f4d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)