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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 叱捨}B | 100011101011011010001110110011000111110101000010 | 8eb68ecc7d42 |
EUC-JP | 叱捨}B | 101111001011100010111100110011100111110101000010 | bcb8bcce7d42 |
UTF-8 | 叱捨}B | 1110010110001111101100011110011010001101101010000111110101000010 | e58fb1e68da87d42 |
UHC | 叱捨}B | 111100101110101011011110110101110111110101000010 | f2eaded77d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)