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 | 軋縊軋縊^ | 111001110110000111100011011011111110011101100001111000110110111101011110 | e761e36fe761e36f5e |
EUC-JP | 軋縊軋縊^ | 111011011100001011100101110100001110110111000010111001011101000001011110 | edc2e5d0edc2e5d05e |
UTF-8 | 軋縊軋縊^ | 11101000101110111000101111100111101110001000101011101000101110111000101111100111101110001000101001011110 | e8bb8be7b88ae8bb8be7b88a5e |
UHC | 軋縊軋縊^ | 111001001101100011100100111111001110010011011000111001001111110001011110 | e4d8e4fce4d8e4fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)