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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 陝玖沂^ | 11101000100111111000101111101000100111111000101101011110 | e89f8be89f8b5e |
EUC-JP | 陝玖沂^ | 11110000101000011011011011101010110111011110101101011110 | f0a1b6eaddeb5e |
UTF-8 | 陝玖沂^ | 11101001100110011001110111100111100011101001011011100110101100101000001001011110 | e9999de78e96e6b2825e |
UHC | 陝玖沂^ | 11100000111011011100111110111000110100011010101001011110 | e0edcfb8d1aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)