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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驗汐失 | 111010011000010010001110101011001000111010111000 | e9848eac8eb8 |
EUC-JP | 驗汐失 | 111100011110010010111100101011101011110010111010 | f1e4bcaebcba |
UTF-8 | 驗汐失 | 111010011010100110010111111001101011000110010000111001011010010010110001 | e9a997e6b190e5a4b1 |
UHC | 驗汐失 | 111110101101000011100000101100011110001111110111 | fad0e0b1e3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)