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 | ??O\ | 00111111001111110100111101011100 | 3f3f4f5c |
SJIS-WIN | 恁?O\ | 1001110010001100001111110100111101011100 | 9c8c3f4f5c |
EUC-JP | 恁?O\ | 1101011111101100001111110100111101011100 | d7ec3f4f5c |
UTF-8 | 恁챎O\ | 1110011010000001100000011110110010110001100011100100111101011100 | e68181ecb18e4f5c |
UHC | 恁챎O\ | 111011001111011010101010010110100100111101011100 | ecf6aa5a4f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)