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 | 冐磯ヽ跟 | 1110001111101100100010001110100110000001010100101110011011101110 | e3ec88e98152e6ee |
EUC-JP | 冐磯ヽ跟 | 1110011011101110101100001110101110100001101100111110110011110000 | e6eeb0eba1b3ecf0 |
UTF-8 | 冐磯ヽ跟 | 111001011000011010010000111001111010001110101111111000111000001110111101111010001011011110011111 | e58690e7a3afe383bde8b79f |
UHC | ?磯?? | 0011111111010001101101000011111100111111 | 3fd1b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)