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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 崛簫福 | 100110111011111111100010110100101001010110011111 | 9bbfe2d2959f |
EUC-JP | 崛簫福 | 110101101100000111100100110101001100101010100001 | d6c1e4d4caa1 |
UTF-8 | 崛簫福 | 111001011011010010011011111001111011000010101011111001111010011010001111 | e5b49be7b0abe7a68f |
UHC | ?簫福 | 0011111111100001110001111101110011011000 | 3fe1c7dcd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)