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 | ??芸? | 0011111100111111100011000111110000111111 | 3f3f8c7c3f |
EUC-JP | 鉥?芸? | 10001111111000111110100000111111101101111101110100111111 | 8fe3e83fb7dd3f |
UTF-8 | 鉥섺芸룷 | 111010011000100110100101111011001000010010111010111010001000101010111000111010111010001110110111 | e989a5ec84bae88ab8eba3b7 |
UHC | 鉥섺芸룷 | 1110001011111100100110010100011011101001111111011000111110101100 | e2fc9946e9fd8fac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)