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 | 鎔崑笙 | 111010000100111110011011110000001110001010011001 | e84f9bc0e299 |
EUC-JP | 鎔崑笙 | 111011111011000011010110110000101110001111111001 | efb0d6c2e3f9 |
UTF-8 | 鎔崑笙 | 111010011000111010010100111001011011010010010001111001111010110010011001 | e98e94e5b491e7ac99 |
UHC | 鎔崑笙 | 111010011100101011001101110111111101111111101001 | e9cacddfdfe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)