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 | 巽足属^ | 10010010010001101001000110101011100100011010111001011110 | 924691ab91ae5e |
EUC-JP | 巽足属^ | 11000011101001111100001010101101110000101011000001011110 | c3a7c2adc2b05e |
UTF-8 | 巽足属^ | 11100101101101111011110111101000101101101011001111100101101100011001111001011110 | e5b7bde8b6b3e5b19e5e |
UHC | 巽足?^ | 111000011101111011110000111010110011111101011110 | e1def0eb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)