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 | ?Z? | 001111110101101000111111 | 3f5a3f |
SJIS-WIN | 短Z孫 | 1001001001011010010110101001000110110111 | 925a5a91b7 |
EUC-JP | 短Z孫 | 1100001110111011010110101100001010111001 | c3bb5ac2b9 |
UTF-8 | 短Z孫 | 11100111100111111010110101011010111001011010110110101011 | e79fad5ae5adab |
UHC | 短Z孫 | 1101001110101101010110101110000111011101 | d3ad5ae1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)