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 | 00111111100000011100100100111111001111110101001001000101 | 3f81c93f3f5245 |
EUC-JP | ?∨?珹RE | 001111111010001011001011001111111000111111001011111110110101001001000101 | 3fa2cb3f8fcbfb5245 |
UTF-8 | 룶∨룶珹RE | 1110101110100011101101101110001010001000101010001110101110100011101101101110011110001111101110010101001001000101 | eba3b6e288a8eba3b6e78fb95245 |
UHC | 룶∨룶珹RE | 10001111101010111010000111111101100011111010101111100000111110110101001001000101 | 8faba1fd8fabe0fb5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)