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 | 11101001100001111001011111101001100000011101101001000010 | e98797e981da42 |
EUC-JP | 驥鈴∠B | 11110001111001111100111011101011101000101101110001000010 | f1e7ceeba2dc42 |
UTF-8 | 驥鈴∠B | 11101001101010011010010111101001100010001011010011100010100010001010000001000010 | e9a9a5e988b4e288a042 |
UHC | 驥鈴∠B | 11010001110010101101011011000010101000011101000001000010 | d1cad6c2a1d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)