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 | 襪葛心 | 111001100100001110001010100010111001000001010011 | e6438a8b9053 |
EUC-JP | 襪葛心 | 111010111010010010110011111010111011111110110100 | eba4b3ebbfb4 |
UTF-8 | 襪葛心 | 111010001010010110101010111010001001000110011011111001011011111110000011 | e8a5aae8919be5bf83 |
UHC | 襪葛心 | 110110001100101011001010111001111110001111111101 | d8cacae7e3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)