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á¿] | 1001011101111010111000011011111101011101 | 977ae1bf5d |
SJIS-WIN | ?z??] | 0011111101111010001111110011111101011101 | 3f7a3f3f5d |
EUC-JP | ?zá¿] | 001111110111101010001111101010111010000110001111101000101100010001011101 | 3f7a8faba18fa2c45d |
UTF-8 | zá¿] | 1100001010010111011110101100001110100001110000101011111101011101 | c2977ac3a1c2bf5d |
UHC | ?z?¿] | 001111110111101000111111101000101010111101011101 | 3f7a3fa2af5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)