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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 劑???揄 | 10011001100111010011111100111111001111111001110110001001 | 999d3f3f3f9d89 |
EUC-JP | 劑?栯?揄 | 110100011111110100111111100011111100001111010010001111111101100111101001 | d1fd3f8fc3d23fd9e9 |
UTF-8 | 劑렓栯렟揄 | 111001011000101010010001111010111010000010010011111001101010000010101111111010111010000010011111111001101000111110000100 | e58a91eba093e6a0afeba09fe68f84 |
UHC | 劑렓栯렟揄 | 11110000101001011000111010101000111010011111000110001110101100001110101011110001 | f0a58ea8e9f18eb0eaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)