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 | 惟莖? | 1000100011010010111001001011000100111111 | 88d2e4b13f |
EUC-JP | 惟莖? | 1011000011010100111010001011001100111111 | b0d4e8b33f |
UTF-8 | 惟莖렟 | 111001101000001110011111111010001000111010010110111010111010000010011111 | e6839fe88e96eba09f |
UHC | 惟莖렟 | 111010101110111011001100111011001000111010110000 | eaeeccec8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)