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 | 櫛莖? | 1000101111111001111001001011000100111111 | 8bf9e4b13f |
EUC-JP | 櫛莖? | 1011011011111011111010001011001100111111 | b6fbe8b33f |
UTF-8 | 櫛莖렟 | 111001101010101110011011111010001000111010010110111010111010000010011111 | e6ab9be88e96eba09f |
UHC | 櫛莖렟 | 111100011110111011001100111011001000111010110000 | f1eeccec8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)