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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 驕懃洒\ | 11101001100000011001110011100111100111111010110101011100 | e9819ce79fad5c |
EUC-JP | 驕懃洒\ | 11110001111000011101100011101001110111101010111101011100 | f1e1d8e9deaf5c |
UTF-8 | 驕懃洒\ | 11101001101010011001010111100110100001111000001111100110101101001001001001011100 | e9a995e68783e6b4925c |
UHC | 驕懃?\ | 110011101111011011010000110001000011111101011100 | cef6d0c43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)