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 | 顥煜 | 11111011111101011111101101010101 | fbf5fb55 |
EUC-JP | 顥煜 | 100011111110100010110110100011111100100111111100 | 8fe8b68fc9fc |
UTF-8 | 顥煜 | 111010011010000110100101111001111000010110011100 | e9a1a5e7859c |
UHC | 顥煜 | 11111011111000101110100111110010 | fbe2e9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)