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 | 域??\ | 1000100011100110001111110011111101011100 | 88e63f3f5c |
EUC-JP | 域??\ | 1011000011101000001111110011111101011100 | b0e83f3f5c |
UTF-8 | 域⑵릡\ | 11100101100111111001111111100010100100011011010111101011101001101010000101011100 | e59f9fe291b5eba6a15c |
UHC | 域⑵릡\ | 11100110101101001010100111101000100100001000001101011100 | e6b4a9e890835c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)