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 | 韃郁賦 | 111010001110010110001000111010001001010110001010 | e8e588e8958a |
EUC-JP | 韃郁賦 | 111100001110011110110000111010101100100111101010 | f0e7b0eac9ea |
UTF-8 | 韃郁賦 | 111010011001111110000011111010011000001110000001111010001011001110100110 | e99f83e98381e8b3a6 |
UHC | ?郁賦 | 0011111111101001111101001101110110110111 | 3fe9f4ddb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)