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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 甕??h甕 | 11100001010100000011111100111111011010001110000101010000 | e1503f3f68e150 |
EUC-JP | 甕??h甕 | 11100001101100010011111100111111011010001110000110110001 | e1b13f3f68e1b1 |
UTF-8 | 甕먲슈h甕 | 11100111100101001001010111101011101010001011001011101100100010101000100001101000111001111001010010010101 | e79495eba8b2ec8a8868e79495 |
UHC | 甕먲슈h甕 | 111010001011100010010000111011111011110110110100011010001110100010111000 | e8b890efbdb468e8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)