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á~êhzá~ | 1001011101111010111000010111111010011000111010100110100010010111011110101110000101111110 | 977ae17e98ea68977ae17e |
SJIS-WIN | ?z?~??h?z?~ | 0011111101111010001111110111111000111111001111110110100000111111011110100011111101111110 | 3f7a3f7e3f3f683f7a3f7e |
EUC-JP | ?zá~?êh?zá~ | 0011111101111010100011111010101110100001011111100011111110001111101010111011010001101000001111110111101010001111101010111010000101111110 | 3f7a8faba17e3f8fabb4683f7a8faba17e |
UTF-8 | zá~êhzá~ | 1100001010010111011110101100001110100001011111101100001010011000110000111010101001101000110000101001011101111010110000111010000101111110 | c2977ac3a17ec298c3aa68c2977ac3a17e |
UHC | ?z?~??h?z?~ | 0011111101111010001111110111111000111111001111110110100000111111011110100011111101111110 | 3f7a3f7e3f3f683f7a3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)