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 | 淲假セ倆 | 11111011010001001001100011101111101111101001100011101101 | fb4498efbe98ed |
EUC-JP | ?假セ倆 | 00111111110100001111000110001110101111101101000011101111 | 3fd0f18ebed0ef |
UTF-8 | 淲假セ倆 | 111001101011011110110010111001011000000110000111111011111011110110111110111001011000000010000110 | e6b7b2e58187efbdbee58086 |
UHC | ?假?倆 | 001111111100101010100011001111111101010111010110 | 3fcaa33fd5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)