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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 諧?[諧?[^ | 111001100111111000111111010110111110011001111110001111110101101101011110 | e67e3f5be67e3f5b5e |
EUC-JP | 諧?[諧?[^ | 111010111101111100111111010110111110101111011111001111110101101101011110 | ebdf3f5bebdf3f5b5e |
UTF-8 | 諧렪[諧렪[^ | 111010001010101110100111111010111010000010101010010110111110100010101011101001111110101110100000101010100101101101011110 | e8aba7eba0aa5be8aba7eba0aa5b5e |
UHC | 諧렪[諧렪[^ | 1111101010110010100011101011100001011011111110101011001010001110101110000101101101011110 | fab28eb85bfab28eb85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)