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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 毎礫黥 | 100101101000100011100010010010011110101001111100 | 9688e249ea7c |
EUC-JP | 毎礫黥 | 110010111110100011100011101010101111001111011101 | cbe8e3aaf3dd |
UTF-8 | 毎礫黥 | 111001101010111110001110111001111010010010101011111010011011101110100101 | e6af8ee7a4abe9bba5 |
UHC | ?礫? | 00111111110101011111100000111111 | 3fd5f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)