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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 螫ェ豢溯成B | 11100101101011001010101011100110101101001001111111101000100100001010110001000010 | e5acaae6b49fe890ac42 |
EUC-JP | 螫ェ豢溯成B | 1110101010101110100011101010101011101100101101101101111011101010110000001010111001000010 | eaae8eaaecb6deeac0ae42 |
UTF-8 | 螫ェ豢溯成B | 11101000100111101010101111101111101111011010101011101000101100011010001011100110101110101010111111100110100010001001000001000010 | e89eabefbdaae8b1a2e6baafe6889042 |
UHC | ???溯成B | 0011111100111111001111111110000110111101111000001111011101000010 | 3f3f3fe1bde0f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)