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 | àÙ´éÝ | 100011111110000011011001101101001110100111011101 | 8fe0d9b4e9dd |
SJIS-WIN | ???´?? | 00111111001111110011111110000001010011000011111100111111 | 3f3f3f814c3f3f |
EUC-JP | ?àÙ´éÝ | 001111111000111110101011101000101000111110101010111000111010000110101101100011111010101110110001100011111010101011110010 | 3f8faba28faae3a1ad8fabb18faaf2 |
UTF-8 | àÙ´éÝ | 110000101000111111000011101000001100001110011001110000101011010011000011101010011100001110011101 | c28fc3a0c399c2b4c3a9c39d |
UHC | ???´?? | 00111111001111110011111110100010101001010011111100111111 | 3f3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)