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 | ?pB | 001111110111000001000010 | 3f7042 |
SJIS-WIN | 唸pB | 10011010010110000111000001000010 | 9a587042 |
EUC-JP | 唸pB | 11010011101110010111000001000010 | d3b97042 |
UTF-8 | 唸pB | 1110010110010100101110000111000001000010 | e594b87042 |
UHC | ?pB | 001111110111000001000010 | 3f7042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)