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 | 諢幎征 | 111001101000010010011011111010111001000010101010 | e6849beb90aa |
EUC-JP | 諢幎征 | 111010111110010011010110111011011100000010101100 | ebe4d6edc0ac |
UTF-8 | 諢幎征 | 111010001010101110100010111001011011100110001110111001011011111010000001 | e8aba2e5b98ee5be81 |
UHC | ??征 | 00111111001111111110111111010110 | 3f3fefd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)