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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 葉?葉?^ | 10010111011101000011111110010111011101000011111101011110 | 97743f97743f5e |
EUC-JP | 葉?葉?^ | 11001101110101010011111111001101110101010011111101011110 | cdd53fcdd53f5e |
UTF-8 | 葉욷葉욷^ | 11101000100100011000100111101100100110101011011111101000100100011000100111101100100110101011011101011110 | e89189ec9ab7e89189ec9ab75e |
UHC | 葉욷葉욷^ | 111001111010100010011111010011001110011110101000100111110100110001011110 | e7a89f4ce7a89f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)