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 | 探短歎 | 100100100101010010010010010110101001001001010110 | 9254925a9256 |
EUC-JP | 探短歎 | 110000111011010111000011101110111100001110110111 | c3b5c3bbc3b7 |
UTF-8 | 探短歎 | 111001101000111010100010111001111001111110101101111001101010110110001110 | e68ea2e79fade6ad8e |
UHC | 探短歎 | 111101111010111011010011101011011111011110100111 | f7aed3adf7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)