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 | 裴郁識 | 111001011110100010001000111010001000111010101111 | e5e888e88eaf |
EUC-JP | 裴郁識 | 111010101110101010110000111010101011110010110001 | eaeab0eabcb1 |
UTF-8 | 裴郁識 | 111010001010001110110100111010011000001110000001111010001010110110011000 | e8a3b4e98381e8ad98 |
UHC | 裴郁識 | 110110111101000011101001111101001110001111011011 | dbd0e9f4e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)