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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阮ー驤エ諷 | 1110100010010110101100001110100110001000101101001110011010000101 | e896b0e988b4e685 |
EUC-JP | 阮ー驤エ諷 | 11101111111101101000111010110000111100011110100010001110101101001110101111100101 | eff68eb0f1e88eb4ebe5 |
UTF-8 | 阮ー驤エ諷 | 111010011001100010101110111011111011110110110000111010011010100110100100111011111011110110110100111010001010101110110111 | e998aeefbdb0e9a9a4efbdb4e8abb7 |
UHC | 阮???諷 | 11101000110101100011111100111111001111111111100110100100 | e8d63f3f3ff9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)