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 | ?EBF | 00111111010001010100001001000110 | 3f454246 |
SJIS-WIN | EBF | 1111000010111000010001010100001001000110 | f0b8454246 |
EUC-JP | ?EBF | 00111111010001010100001001000110 | 3f454246 |
UTF-8 | EBF | 111011101000000110110111010001010100001001000110 | ee81b7454246 |
UHC | ?EBF | 00111111010001010100001001000110 | 3f454246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)