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 | 紗失珞 | 100011101101000110001110101110001110000011100010 | 8ed18eb8e0e2 |
EUC-JP | 紗失珞 | 101111001101001110111100101110101110000011100100 | bcd3bcbae0e4 |
UTF-8 | 紗失珞 | 111001111011010010010111111001011010010010110001111001111000111110011110 | e7b497e5a4b1e78f9e |
UHC | 紗失珞 | 110111101110100111100011111101111101010110101000 | dee9e3f7d5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)