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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 澈質褓 | 111110110100101110001110101111111110010111101110 | fb4b8ebfe5ee |
EUC-JP | 澈質褓 | 10001111110010001110010110111100110000011110101011110000 | 8fc8e5bcc1eaf0 |
UTF-8 | 澈質褓 | 111001101011111010001000111010001011001110101010111010001010010010010011 | e6be88e8b3aae8a493 |
UHC | 澈質褓 | 111101001100110111110010111101011101110011001110 | f4cdf2f5dcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)