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 | æ¯å²¬^ | 11100110101011111000111011100101101100101010110001011110 | e6af8ee5b2ac5e |
SJIS-WIN | ?????¬^ | 0011111100111111001111110011111100111111100000011100101001011110 | 3f3f3f3f3f81ca5e |
EUC-JP | ��^ | 1000111110101001110000011000111110100010101101000011111110001111101010111010100100111111101000101100110001011110 | 8fa9c18fa2b43f8faba93fa2cc5e |
UTF-8 | æ¯å²¬^ | 11000011101001101100001010101111110000101000111011000011101001011100001010110010110000101010110001011110 | c3a6c2afc28ec3a5c2b2c2ac5e |
UHC | æ???²?^ | 101010011010000100111111001111110011111110101001111101110011111101011110 | a9a13f3f3fa9f73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)