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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 雅梧 | 10001001111010111000110011100110 | 89eb8ce6 |
EUC-JP | 雅梧 | 10110010111011011011100011101000 | b2edb8e8 |
UTF-8 | 雅梧 | 111010011001101110000101111001101010001010100111 | e99b85e6a2a7 |
UHC | 雅梧 | 11100100101110101110011111111100 | e4bae7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)