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 | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
SJIS-WIN | ?∨???RE | 0011111110000001110010010011111100111111001111110101001001000101 | 3f81c93f3f3f5245 |
EUC-JP | ?∨???RE | 0011111110100010110010110011111100111111001111110101001001000101 | 3fa2cb3f3f3f5245 |
UTF-8 | 룶∨룶쥚㈐RE | 1110101110100011101101101110001010001000101010001110101110100011101101101110110010100101100110101110001110001000100100000101001001000101 | eba3b6e288a8eba3b6eca59ae388905245 |
UHC | 룶∨룶쥚㈐RE | 100011111010101110100001111111011000111110101011101000101000111110101001110000010101001001000101 | 8faba1fd8faba28fa9c15245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)