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 | EZ£G² | 10010010010001011001001001011010100100011010001110010010010001111001000110110010 | 9245925a91a3924791b2 |
SJIS-WIN | ?E?Z?£?G?? | 0011111101000101001111110101101000111111100000011001001000111111010001110011111100111111 | 3f453f5a3f81923f473f3f |
EUC-JP | ?E?Z?£?G?? | 0011111101000101001111110101101000111111101000011111001000111111010001110011111100111111 | 3f453f5a3fa1f23f473f3f |
UTF-8 | EZ£G² | 1100001010010010010001011100001010010010010110101100001010010001110000101010001111000010100100100100011111000010100100011100001010110010 | c29245c2925ac291c2a3c29247c291c2b2 |
UHC | ?E?Z???G?² | 0011111101000101001111110101101000111111001111110011111101000111001111111010100111110111 | 3f453f5a3f3f3f473fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)