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 | 0011111110001011111110000011111100111111001111110101001001000101 | 3f8bf83f3f3f5245 |
EUC-JP | ?串??珹RE | 00111111101101101111101000111111001111111000111111001011111110110101001001000101 | 3fb6fa3f3f8fcbfb5245 |
UTF-8 | 룴串함룶珹RE | 1110101110100011101101001110010010111000101100101110110110010101101010001110101110100011101101101110011110001111101110010101001001000101 | eba3b4e4b8b2ed95a8eba3b6e78fb95245 |
UHC | 룴串함룶珹RE | 100011111010100111001101111110101100011111010100100011111010101111100000111110110101001001000101 | 8fa9cdfac7d48fabe0fb5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)