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 | Ó? | 1101001100111111 | d33f |
SJIS-WIN | ?$ | 001111111000000110010000 | 3f8190 |
EUC-JP | Ó$ | 1000111110101010110100011010000111110000 | 8faad1a1f0 |
UTF-8 | Ó$ | 1100001110010011111011111011110010000100 | c393efbc84 |
UHC | ?$ | 001111111010001110100100 | 3fa3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)