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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 譚怡譚悳^ | 111001101001110110011100011111011110011010011101100111000111101101011110 | e69d9c7de69d9c7b5e |
EUC-JP | 譚怡譚悳^ | 111010111111110111010111110111101110101111111101110101111101110001011110 | ebfdd7deebfdd7dc5e |
UTF-8 | 譚怡譚悳^ | 11101000101011011001101011100110100000001010000111101000101011011001101011100110100000101011001101011110 | e8ad9ae680a1e8ad9ae682b35e |
UHC | 譚怡譚悳^ | 110100111100100111101100101011101101001111001001110100111110110101011110 | d3c9ecaed3c9d3ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)