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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 盍犖盍犖^ | 111000011011001011100000101101101110000110110010111000001011011001011110 | e1b2e0b6e1b2e0b65e |
EUC-JP | 盍犖盍犖^ | 111000101011010011100000101110001110001010110100111000001011100001011110 | e2b4e0b8e2b4e0b85e |
UTF-8 | 盍犖盍犖^ | 11100111100110111000110111100111100010101001011011100111100110111000110111100111100010101001011001011110 | e79b8de78a96e79b8de78a965e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)