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 | 00111111001111110101001001000101 | 3f3f5245 |
SJIS-WIN | ?駱RE | 0011111111101001011100000101001001000101 | 3fe9705245 |
EUC-JP | ?駱RE | 0011111111110001110100010101001001000101 | 3ff1d15245 |
UTF-8 | 쟈駱RE | 1110110010011111100010001110100110100111101100010101001001000101 | ec9f88e9a7b15245 |
UHC | 쟈駱RE | 110000001111000011010101101011010101001001000101 | c0f0d5ad5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)