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 | ??莪 | 00111111001111111110010010101110 | 3f3fe4ae |
EUC-JP | 縕?莪 | 100011111101010011000010001111111110100010110000 | 8fd4c23fe8b0 |
UTF-8 | 縕욟莪 | 111001111011100010010101111011001001101010011111111010001000111010101010 | e7b895ec9a9fe88eaa |
UHC | 縕욟莪 | 111010001011001010011110111110011110010010110101 | e8b29ef9e4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)