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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 薺♂機B | 11100101010101001000000110001001100010110100000001000010 | e55481898b4042 |
EUC-JP | 薺♂機B | 11101001101101011010000111101001101101011010000101000010 | e9b5a1e9b5a142 |
UTF-8 | 薺♂機B | 11101000100101101011101011100010100110011000001011100110101010011001111101000010 | e896bae29982e6a99f42 |
UHC | 薺♂機B | 11110000101100011010000111001110110100011010011001000010 | f0b1a1ced1a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)