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 | I]¸E° | 10010010010010011001001001011101100100011011100010010010010001011001000110110000 | 9249925d91b8924591b0 |
SJIS-WIN | ?I?]???E?° | 0011111101001001001111110101110100111111001111110011111101000101001111111000000110001011 | 3f493f5d3f3f3f453f818b |
EUC-JP | ?I?]?¸?E?° | 00111111010010010011111101011101001111111000111110100010101100010011111101000101001111111010000111101011 | 3f493f5d3f8fa2b13f453fa1eb |
UTF-8 | I]¸E° | 1100001010010010010010011100001010010010010111011100001010010001110000101011100011000010100100100100010111000010100100011100001010110000 | c29249c2925dc291c2b8c29245c291c2b0 |
UHC | ?I?]?¸?E?° | 001111110100100100111111010111010011111110100010101011000011111101000101001111111010000111000110 | 3f493f5d3fa2ac3f453fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)