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 | 迪ソ緕稗 | 11100111100011001011111111100011100011101001010101000010 | e78cbfe38e9542 |
EUC-JP | 迪ソ緕稗 | 1110110111101100100011101011111111100101111011101100100110100011 | edec8ebfe5eec9a3 |
UTF-8 | 迪ソ緕稗 | 111010001011111110101010111011111011110110111111111001111011011110010101111001111010100010010111 | e8bfaaefbdbfe7b795e7a897 |
UHC | 迪??稗 | 111011101110100000111111001111111111100010101101 | eee83f3ff8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)