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 | 劑?淫篩? | 1001100110011101001111111000100011111010111000101011111100111111 | 999d3f88fae2bf3f |
EUC-JP | 劑?淫篩? | 1101000111111101001111111011000011111100111001001100000100111111 | d1fd3fb0fce4c13f |
UTF-8 | 劑렓淫篩렍 | 111001011000101010010001111010111010000010010011111001101011011110101011111001111010111110101001111010111010000010001101 | e58a91eba093e6b7abe7afa9eba08d |
UHC | 劑렓淫篩렍 | 11110000101001011000111010101000111010111110001011011110111010001000111010100011 | f0a58ea8ebe2dee88ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)