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 | ス簽ン | 10111101111000101101001111011101 | bde2d3dd |
EUC-JP | ス簽ン | 100011101011110111100100110101011000111011011101 | 8ebde4d58edd |
UTF-8 | ス簽ン | 111011111011110110111101111001111011000010111101111011111011111010011101 | efbdbde7b0bdefbe9d |
UHC | ?簽? | 00111111111101001101100000111111 | 3ff4d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)