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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 造齧設造齧 | 10010001101000101110101010010110100100001101110110010001101000101110101010010110 | 91a2ea9690dd91a2ea96 |
EUC-JP | 造齧設造齧 | 11000010101001001111001111110110110000001101111111000010101001001111001111110110 | c2a4f3f6c0dfc2a4f3f6 |
UTF-8 | 造齧設造齧 | 111010011000000010100000111010011011110110100111111010001010100010101101111010011000000010100000111010011011110110100111 | e980a0e9bda7e8a8ade980a0e9bda7 |
UHC | 造齧設造齧 | 11110000111000111110000011100101111000001110001011110000111000111110000011100101 | f0e3e0e5e0e2f0e3e0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)