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 | á³^}á³^{^ | 1110000110110011100110100101111001111101111000011011001110011010010111100111101101011110 | e1b39a5e7de1b39a5e7b5e |
SJIS-WIN | ???^}???^{^ | 0011111100111111001111110101111001111101001111110011111100111111010111100111101101011110 | 3f3f3f5e7d3f3f3f5e7b5e |
EUC-JP | á??^}á??^{^ | 100011111010101110100001001111110011111101011110011111011000111110101011101000010011111100111111010111100111101101011110 | 8faba13f3f5e7d8faba13f3f5e7b5e |
UTF-8 | á³^}á³^{^ | 1100001110100001110000101011001111000010100110100101111001111101110000111010000111000010101100111100001010011010010111100111101101011110 | c3a1c2b3c29a5e7dc3a1c2b3c29a5e7b5e |
UHC | ?³?^}?³?^{^ | 00111111101010011111100000111111010111100111110100111111101010011111100000111111010111100111101101011110 | 3fa9f83f5e7d3fa9f83f5e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)