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 | 蜈亥㈲ | 111001011000010110001000111001011000011110001011 | e58588e5878b |
EUC-JP | 蜈亥? | 1110100111100101101100001110011100111111 | e9e5b0e73f |
UTF-8 | 蜈亥㈲ | 111010001001110010001000111001001011101010100101111000111000100010110010 | e89c88e4baa5e388b2 |
UHC | 蜈亥? | 1110100010100101111110101010010000111111 | e8a5faa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)