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 | G¢E³B | 100100100100011110010001101000101001001001000101100100011011001101000010 | 924791a2924591b342 |
SJIS-WIN | ?G?¢?E??B | 00111111010001110011111110000001100100010011111101000101001111110011111101000010 | 3f473f81913f453f3f42 |
EUC-JP | ?G?¢?E??B | 00111111010001110011111110100001111100010011111101000101001111110011111101000010 | 3f473fa1f13f453f3f42 |
UTF-8 | G¢E³B | 110000101001001001000111110000101001000111000010101000101100001010010010010001011100001010010001110000101011001101000010 | c29247c291c2a2c29245c291c2b342 |
UHC | ?G???E?³B | 00111111010001110011111100111111001111110100010100111111101010011111100001000010 | 3f473f3f3f453fa9f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)