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 | 踴ソ蟷ェ | 111001101111101110111111111001011011100110101010 | e6fbbfe5b9aa |
EUC-JP | 踴ソ蟷ェ | 1110110011111101100011101011111111101010101110111000111010101010 | ecfd8ebfeabb8eaa |
UTF-8 | 踴ソ蟷ェ | 111010001011100010110100111011111011110110111111111010001001111110110111111011111011110110101010 | e8b8b4efbdbfe89fb7efbdaa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)