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 | 1110011110101111101001101111101110100100101001110101001001000101 | e7afa6fba4a75245 |
EUC-JP | 遽ヲ訷ァRE | 1110111010110001100011101010011010001111110111011101010010001110101001110101001001000101 | eeb18ea68fddd48ea75245 |
UTF-8 | 遽ヲ訷ァRE | 1110100110000001101111011110111110111101101001101110100010101000101101111110111110111101101001110101001001000101 | e981bdefbda6e8a8b7efbda75245 |
UHC | 遽???RE | 11001011111010000011111100111111001111110101001001000101 | cbe83f3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)