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 | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 襭九黄Z | 11100110010000101000101111100011100010011010100101011010 | e6428be389a95a |
EUC-JP | 襭九黄Z | 11101011101000111011011011100101101100101010101101011010 | eba3b6e5b2ab5a |
UTF-8 | 襭九黄Z | 11101000101001011010110111100100101110011001110111101001101110111000010001011010 | e8a5ade4b99de9bb845a |
UHC | ?九?Z | 0011111111001110111110100011111101011010 | 3fcefa3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)