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 | ??訂蝎 | 001111110011111110010010111110011110010110011001 | 3f3f92f9e599 |
EUC-JP | ??訂蝎 | 001111110011111111000100111110111110100111111001 | 3f3fc4fbe9f9 |
UTF-8 | 卄렲訂蝎 | 111001011000110110000100111010111010000010110010111010001010100010000010111010001001110110001110 | e58d84eba0b2e8a882e89d8e |
UHC | 卄렲訂蝎 | 1110110011111110100011101011111111101111111101001100101011101001 | ecfe8ebfeff4cae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)