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 | 邨也帥 | 111001111011010110010110111001111001000010000011 | e7b596e79083 |
EUC-JP | 邨也帥 | 111011101011011111001100111010011011111111100011 | eeb7cce9bfe3 |
UTF-8 | 邨也帥 | 111010011000001010101000111001001011100110011111111001011011100010100101 | e982a8e4b99fe5b8a5 |
UHC | 邨也帥 | 111101011011111011100101101001011110000111111101 | f5bee5a5e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)