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 | ÉûZBF | 100011111100100111111011010110100100001001000110 | 8fc9fb5a4246 |
SJIS-WIN | ???ZBF | 001111110011111100111111010110100100001001000110 | 3f3f3f5a4246 |
EUC-JP | ?ÉûZBF | 00111111100011111010101010110001100011111010101111100101010110100100001001000110 | 3f8faab18fabe55a4246 |
UTF-8 | ÉûZBF | 110000101000111111000011100010011100001110111011010110100100001001000110 | c28fc389c3bb5a4246 |
UHC | ???ZBF | 001111110011111100111111010110100100001001000110 | 3f3f3f5a4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)