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 | ?gF | 001111110110011101000110 | 3f6746 |
SJIS-WIN | 批gF | 10010100111000010110011101000110 | 94e16746 |
EUC-JP | 批gF | 11001000111000110110011101000110 | c8e36746 |
UTF-8 | 批gF | 1110011010001001101110010110011101000110 | e689b96746 |
UHC | 批gF | 11011101111010110110011101000110 | ddeb6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)