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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕贋▼糢 | 1110010011110110100010101110010010000001101001011110001011110101 | e4f68ae481a5e2f5 |
EUC-JP | 蔕贋▼糢 | 1110100011111000101101001110011010100010101001111110010011110111 | e8f8b4e6a2a7e4f7 |
UTF-8 | 蔕贋▼糢 | 111010001001010010010101111010001011010010001011111000101001011010111100111001111011001110100010 | e89495e8b48be296bce7b3a2 |
UHC | ??▼? | 0011111100111111101000011110010100111111 | 3f3fa1e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)