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 | 治鹿セ、 | 100011101010000110001110101011011011111010100100 | 8ea18eadbea4 |
EUC-JP | 治鹿セ、 | 1011110010100011101111001010111110001110101111101000111010100100 | bca3bcaf8ebe8ea4 |
UTF-8 | 治鹿セ、 | 111001101011001010111011111010011011100110111111111011111011110110111110111011111011110110100100 | e6b2bbe9b9bfefbdbeefbda4 |
UHC | 治鹿?? | 111101101011110111010110111000110011111100111111 | f6bdd6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)