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 | 雋よサ募 | 11101000101100101000001011100110101110111001010111100101 | e8b282e6bb95e5 |
EUC-JP | 雋よサ募 | 1111000010110100101001001110100010001110101110111100101011100111 | f0b4a4e88ebbcae7 |
UTF-8 | 雋よサ募 | 111010011001101110001011111000111000001010001000111011111011110110111011111001011000101110011111 | e99b8be38288efbdbbe58b9f |
UHC | 雋よ?募 | 11110001111001101010101011101000001111111101100110110100 | f1e6aae83fd9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)