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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痂抓輟 | 111000010110111110011101010100111110011101101111 | e16f9d53e76f |
EUC-JP | 痂抓輟 | 111000011101000011011001101101001110110111010000 | e1d0d9b4edd0 |
UTF-8 | 痂抓輟 | 111001111001011110000010111001101000101010010011111010001011110010011111 | e79782e68a93e8bc9f |
UHC | 痂?輟 | 1100101010110010001111111111010011001111 | cab23ff4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)