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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 髻オ閾ェRE | 1110100110011111101101011110100010000111101010100101001001000101 | e99fb5e887aa5245 |
EUC-JP | 髻オ閾ェRE | 11110010101000011000111010110101111011111110011110001110101010100101001001000101 | f2a18eb5efe78eaa5245 |
UTF-8 | 髻オ閾ェRE | 1110100110101011101110111110111110111101101101011110100110010110101111101110111110111101101010100101001001000101 | e9abbbefbdb5e996beefbdaa5245 |
UHC | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)