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 | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | ?訥ォRE | 00111111111001100110001110000011010010000101001001000101 | 3fe66383485245 |
EUC-JP | ?訥ォRE | 00111111111010111100010010100101101010010101001001000101 | 3febc4a5a95245 |
UTF-8 | 룵訥ォRE | 1110101110100011101101011110100010101000101001011110001110000010101010010101001001000101 | eba3b5e8a8a5e382a95245 |
UHC | 룵訥ォRE | 1000111110101010110100101110110110101011101010010101001001000101 | 8faad2edaba95245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)