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 | ?pG | 001111110111000001000111 | 3f7047 |
SJIS-WIN | 唸pG | 10011010010110000111000001000111 | 9a587047 |
EUC-JP | 唸pG | 11010011101110010111000001000111 | d3b97047 |
UTF-8 | 唸pG | 1110010110010100101110000111000001000111 | e594b87047 |
UHC | ?pG | 001111110111000001000111 | 3f7047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)