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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 閨ス荳磯浹^ | 11101000100000011011110111100100101110001000100011101001100111111011001101011110 | e881bde4b888e99fb35e |
EUC-JP | 閨ス荳磯浹^ | 1110111111100001100011101011110111101000101110101011000011101011110111101011010101011110 | efe18ebde8bab0ebdeb55e |
UTF-8 | 閨ス荳磯浹^ | 11101001100101101010100011101111101111011011110111101000100011011011001111100111101000111010111111100110101101011011100101011110 | e996a8efbdbde88db3e7a3afe6b5b95e |
UHC | 閨?荳磯浹^ | 11010000101100010011111111010100111001011101000110110100111110101111010001011110 | d0b13fd4e5d1b4faf45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)