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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薔?氾彧 | 11100101010010110011111110010100110000111111101010111001 | e54b3f94c3fab9 |
EUC-JP | 薔?氾彧 | 1110100110101100001111111100100011000101100011111011110011111110 | e9ac3fc8c58fbcfe |
UTF-8 | 薔멱氾彧 | 111010001001011010010100111010111010100110110001111001101011000010111110111001011011110110100111 | e89694eba9b1e6b0bee5bda7 |
UHC | 薔멱氾彧 | 1110110111111001101110001110100011011011111100001110100111101110 | edf9b8e8dbf0e9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)