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 | 奪足属^ | 10010010010001001001000110101011100100011010111001011110 | 924491ab91ae5e |
EUC-JP | 奪足属^ | 11000011101001011100001010101101110000101011000001011110 | c3a5c2adc2b05e |
UTF-8 | 奪足属^ | 11100101101001011010101011101000101101101011001111100101101100011001111001011110 | e5a5aae8b6b3e5b19e5e |
UHC | 奪足?^ | 111101111010110011110000111010110011111101011110 | f7acf0eb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)