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 | 蔕贋痕矍 | 1110010011110110100010101110010010001101101011011110000111011101 | e4f68ae48dade1dd |
EUC-JP | 蔕贋痕矍 | 1110100011111000101101001110011010111010101011111110001011011111 | e8f8b4e6baafe2df |
UTF-8 | 蔕贋痕矍 | 111010001001010010010101111010001011010010001011111001111001011110010101111001111001111110001101 | e89495e8b48be79795e79f8d |
UHC | ??痕? | 0011111100111111111111011101110100111111 | 3f3ffddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)