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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 悉昭瑟 | 1111000111110110100011101011101110001111101110101110000011101100 | f1f68ebb8fbae0ec |
EUC-JP | ?悉昭瑟 | 00111111101111001011110110111110101111001110000011101110 | 3fbcbdbebce0ee |
UTF-8 | 悉昭瑟 | 111011101000010110110001111001101000001010001001111001101001100010101101111001111001000110011111 | ee85b1e68289e698ade7919f |
UHC | ?悉昭瑟 | 00111111111000111111101011100001101110011110001110100010 | 3fe3fae1b9e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)