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 | ??d | 001111110011111101100100 | 3f3f64 |
SJIS-WIN | 槽?d | 10010001100001010011111101100100 | 91853f64 |
EUC-JP | 槽脘d | 110000011110010110001111110101101010110001100100 | c1e58fd6ac64 |
UTF-8 | 槽脘d | 11100110101001111011110111101000100001001001100001100100 | e6a7bde8849864 |
UHC | 槽脘d | 1111000011001011111010001101001001100100 | f0cbe8d264 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)