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 | 莪茲蒻 | 111001001010111011100100101000101110010011101000 | e4aee4a2e4e8 |
EUC-JP | 莪茲蒻 | 111010001011000011101000101001001110100011101010 | e8b0e8a4e8ea |
UTF-8 | 莪茲蒻 | 111010001000111010101010111010001000110010110010111010001001001010111011 | e88eaae88cb2e892bb |
UHC | 莪?蒻 | 1110010010110101001111111110010110110110 | e4b53fe5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)