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 | ?p?pB | 0011111101110000001111110111000001000010 | 3f703f7042 |
SJIS-WIN | ?p?pB | 0011111101110000001111110111000001000010 | 3f703f7042 |
EUC-JP | ?p?pB | 0011111101110000001111110111000001000010 | 3f703f7042 |
UTF-8 | 묱p묱pB | 111010111010110010110001011100001110101110101100101100010111000001000010 | ebacb170ebacb17042 |
UHC | 묱p묱pB | 10010010010010000111000010010010010010000111000001000010 | 92487092487042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)