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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 駟卿BF | 111010010110100110001011101010000100001001000110 | e9698ba84246 |
EUC-JP | 駟卿BF | 111100011100101010110110101010100100001001000110 | f1cab6aa4246 |
UTF-8 | 駟卿BF | 1110100110100111100111111110010110001101101111110100001001000110 | e9a79fe58dbf4246 |
UHC | 駟卿BF | 110111101111100111001100110011110100001001000110 | def9cccf4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)