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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 潁〓?巍??F | 10011111111100011000000110101100001111111001101111011001001111110011111101000110 | 9ff181ac3f9bd93f3f46 |
EUC-JP | 潁〓?巍??F | 11011110111100111010001010101110001111111101011011011011001111110011111101000110 | def3a2ae3fd6db3f3f46 |
UTF-8 | 潁〓젺巍띾젙F | 11100110101111011000000111100011100000001001001111101100101000001011101011100101101101111000110111101011100111011011111011101100101000001001100101000110 | e6bd81e38093eca0bae5b78deb9dbeeca09946 |
UHC | 潁〓젺巍띾젙F | 11100111101110001010000111101011101000001010110111101000111001001000110111101011101000001001010101000110 | e7b8a1eba0ade8e48deba09546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)