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 | î°¶ä | 1110111010110000100011111011011011100100 | eeb08fb6e4 |
SJIS-WIN | ?°?¶? | 00111111100000011000101100111111100000011111011100111111 | 3f818b3f81f73f |
EUC-JP | î°?¶ä | 1000111110101011110000101010000111101011001111111010001011111001100011111010101110100011 | 8fabc2a1eb3fa2f98faba3 |
UTF-8 | î°¶ä | 11000011101011101100001010110000110000101000111111000010101101101100001110100100 | c3aec2b0c28fc2b6c3a4 |
UHC | ?°?¶? | 00111111101000011100011000111111101000101101001000111111 | 3fa1c63fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)