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 | ?E\ | 001111110100010101011100 | 3f455c |
SJIS-WIN | 北E\ | 10010110011010110100010101011100 | 966b455c |
EUC-JP | 北E\ | 11001011110011000100010101011100 | cbcc455c |
UTF-8 | 北E\ | 1110010110001100100101110100010101011100 | e58c97455c |
UHC | 北E\ | 11011101110000010100010101011100 | ddc1455c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)