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 | ????o\ | 001111110011111100111111001111110110111101011100 | 3f3f3f3f6f5c |
SJIS-WIN | ??ビ∵o\ | 0011111100111111100000110111001010000001111001100110111101011100 | 3f3f837281e66f5c |
EUC-JP | ??ビ∵o\ | 0011111100111111101001011101001110100010111010000110111101011100 | 3f3fa5d3a2e86f5c |
UTF-8 | 룶핊ビ∵o\ | 1110101110100011101101101110110110010101100010101110001110000011100100111110001010001000101101010110111101011100 | eba3b6ed958ae38393e288b56f5c |
UHC | 룶핊ビ∵o\ | 10001111101010111100000010001111101010111101001110100001111100010110111101011100 | 8fabc08fabd3a1f16f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)