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? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
SJIS-WIN | 襭九黄Z襭 | 111001100100001010001011111000111000100110101001010110101110011001000010 | e6428be389a95ae642 |
EUC-JP | 襭九黄Z襭 | 111010111010001110110110111001011011001010101011010110101110101110100011 | eba3b6e5b2ab5aeba3 |
UTF-8 | 襭九黄Z襭 | 11101000101001011010110111100100101110011001110111101001101110111000010001011010111010001010010110101101 | e8a5ade4b99de9bb845ae8a5ad |
UHC | ?九?Z? | 001111111100111011111010001111110101101000111111 | 3fcefa3f5a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)