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 | ppB | 1001110101110000100111010111000001000010 | 9d709d7042 |
SJIS-WIN | ?p?pB | 0011111101110000001111110111000001000010 | 3f703f7042 |
EUC-JP | ?p?pB | 0011111101110000001111110111000001000010 | 3f703f7042 |
UTF-8 | ppB | 11000010100111010111000011000010100111010111000001000010 | c29d70c29d7042 |
UHC | ?p?pB | 0011111101110000001111110111000001000010 | 3f703f7042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)