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 | 蔕掩▼罎 | 1110010011110110100010011000011010000001101001011110001110100010 | e4f6898681a5e3a2 |
EUC-JP | 蔕掩▼罎 | 1110100011111000101100011110011010100010101001111110011010100100 | e8f8b1e6a2a7e6a4 |
UTF-8 | 蔕掩▼罎 | 111010001001010010010101111001101000111010101001111000101001011010111100111001111011110110001110 | e89495e68ea9e296bce7bd8e |
UHC | ?掩▼? | 001111111110010111110011101000011110010100111111 | 3fe5f3a1e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)