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 | å±êµêê | 1110010110110001100011011110101010110101100111101110101011101010 | e5b18deab59eeaea |
SJIS-WIN | ?±?????? | 001111111000000101111101001111110011111100111111001111110011111100111111 | 3f817d3f3f3f3f3f3f |
EUC-JP | å±?ê??êê | 1000111110101011101010011010000111011110001111111000111110101011101101000011111100111111100011111010101110110100100011111010101110110100 | 8faba9a1de3f8fabb43f3f8fabb48fabb4 |
UTF-8 | å±êµêê | 11000011101001011100001010110001110000101000110111000011101010101100001010110101110000101001111011000011101010101100001110101010 | c3a5c2b1c28dc3aac2b5c29ec3aac3aa |
UHC | ?±?????? | 001111111010000110111110001111110011111100111111001111110011111100111111 | 3fa1be3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)