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 | 尊莖? | 1001000110111000111001001011000100111111 | 91b8e4b13f |
EUC-JP | 尊莖? | 1100001010111010111010001011001100111111 | c2bae8b33f |
UTF-8 | 尊莖렟 | 111001011011000010001010111010001000111010010110111010111010000010011111 | e5b08ae88e96eba09f |
UHC | 尊莖렟 | 111100001110111011001100111011001000111010110000 | f0eeccec8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)