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 | 100100001110010110001111110101110101001001000101 | 90e58fd75245 |
SJIS-WIN | ???×RE | 00111111001111110011111110000001011111100101001001000101 | 3f3f3f817e5245 |
EUC-JP | ?å?×RE | 001111111000111110101011101010010011111110100001110111110101001001000101 | 3f8faba93fa1df5245 |
UTF-8 | å×RE | 11000010100100001100001110100101110000101000111111000011100101110101001001000101 | c290c3a5c28fc3975245 |
UHC | ???×RE | 00111111001111110011111110100001101111110101001001000101 | 3f3f3fa1bf5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)