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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 巍????F | 10011011110110010011111100111111001111110011111101000110 | 9bd93f3f3f3f46 |
EUC-JP | 巍????F | 11010110110110110011111100111111001111110011111101000110 | d6db3f3f3f3f46 |
UTF-8 | 巍ㅿ풎鍊켃F | 11100101101101111000110111100011100001011011111111101101100100101000111011101111101001101001101111101100101111001000001101000110 | e5b78de385bfed928eefa69becbc8346 |
UHC | 巍ㅿ풎鍊켃F | 1110100011100100101001001110111110111110100100101110011011101000101100010100001001000110 | e8e4a4efbe92e6e8b14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)