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 | ?????gB | 00111111001111110011111100111111001111110110011101000010 | 3f3f3f3f3f6742 |
SJIS-WIN | セ瘤ケシィgB | 1011111011100001100011101011100110111100101010000110011101000010 | bee18eb9bca86742 |
EUC-JP | セ瘤ケシィgB | 100011101011111011100001111011101000111010111001100011101011110010001110101010000110011101000010 | 8ebee1ee8eb98ebc8ea86742 |
UTF-8 | セ瘤ケシィgB | 1110111110111101101111101110011110011000101001001110111110111101101110011110111110111101101111001110111110111101101010000110011101000010 | efbdbee798a4efbdb9efbdbcefbda86742 |
UHC | ?瘤???gB | 0011111111010111101110110011111100111111001111110110011101000010 | 3fd7bb3f3f3f6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)