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 | 1000111101110000100011110111000001000010 | 8f708f7042 |
SJIS-WIN | ?p?pB | 0011111101110000001111110111000001000010 | 3f703f7042 |
EUC-JP | ?p?pB | 0011111101110000001111110111000001000010 | 3f703f7042 |
UTF-8 | ppB | 11000010100011110111000011000010100011110111000001000010 | c28f70c28f7042 |
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)