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 | àÙ´é | 1000111111100000110110011011010011101001 | 8fe0d9b4e9 |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | ?àÙ´é | 001111111000111110101011101000101000111110101010111000111010000110101101100011111010101110110001 | 3f8faba28faae3a1ad8fabb1 |
UTF-8 | àÙ´é | 11000010100011111100001110100000110000111001100111000010101101001100001110101001 | c28fc3a0c399c2b4c3a9 |
UHC | ???´? | 001111110011111100111111101000101010010100111111 | 3f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)