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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 粮葛葦癇 | 1110001011101100100010101000101110001000101011111110000110010010 | e2ec8a8b88afe192 |
EUC-JP | 粮葛葦癇 | 1110010011101110101100111110101110110000101100011110000111110010 | e4eeb3ebb0b1e1f2 |
UTF-8 | 粮葛葦癇 | 111001111011001010101110111010001001000110011011111010001001000110100110111001111001100110000111 | e7b2aee8919be891a6e79987 |
UHC | 粮葛葦? | 11010101110110111100101011100111111010101101100000111111 | d5dbcae7ead83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)