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 | ì§±ë¤ | 111011001010011110110001111010111010010010001100 | eca7b1eba48c |
SJIS-WIN | ?§±??? | 0011111110000001100110001000000101111101001111110011111100111111 | 3f8198817d3f3f3f |
EUC-JP | 짱� | 1000111110101011110000001010000111111000101000011101111010001111101010111011001110001111101000101111000000111111 | 8fabc0a1f8a1de8fabb38fa2f03f |
UTF-8 | ì§±ë¤ | 110000111010110011000010101001111100001010110001110000111010101111000010101001001100001010001100 | c3acc2a7c2b1c3abc2a4c28c |
UHC | ?§±?¤? | 001111111010000111010111101000011011111000111111101000101011010000111111 | 3fa1d7a1be3fa2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)