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 | E³µhE³ | 1001001001000101100100011011001110010001101101010110100010010010010001011001000110110011 | 924591b391b568924591b3 |
SJIS-WIN | ?E????h?E?? | 0011111101000101001111110011111100111111001111110110100000111111010001010011111100111111 | 3f453f3f3f3f683f453f3f |
EUC-JP | ?E????h?E?? | 0011111101000101001111110011111100111111001111110110100000111111010001010011111100111111 | 3f453f3f3f3f683f453f3f |
UTF-8 | E³µhE³ | 11000010100100100100010111000010100100011100001010110011110000101001000111000010101101010110100011000010100100100100010111000010100100011100001010110011 | c29245c291c2b3c291c2b568c29245c291c2b3 |
UHC | ?E?³??h?E?³ | 00111111010001010011111110101001111110000011111100111111011010000011111101000101001111111010100111111000 | 3f453fa9f83f3f683f453fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)