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 | ZU}ZU{^ | 100100100101101001010101011111011001001001011010010101010111101101011110 | 925a557d925a557b5e |
SJIS-WIN | ?ZU}?ZU{^ | 001111110101101001010101011111010011111101011010010101010111101101011110 | 3f5a557d3f5a557b5e |
EUC-JP | ?ZU}?ZU{^ | 001111110101101001010101011111010011111101011010010101010111101101011110 | 3f5a557d3f5a557b5e |
UTF-8 | ZU}ZU{^ | 1100001010010010010110100101010101111101110000101001001001011010010101010111101101011110 | c2925a557dc2925a557b5e |
UHC | ?ZU}?ZU{^ | 001111110101101001010101011111010011111101011010010101010111101101011110 | 3f5a557d3f5a557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)