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 | ??W@h | 0011111100111111010101110100000001101000 | 3f3f574068 |
SJIS-WIN | 赦鴫W@h | 10001110110011011000111010110000010101110100000001101000 | 8ecd8eb0574068 |
EUC-JP | 赦鴫W@h | 10111100110011111011110010110010010101110100000001101000 | bccfbcb2574068 |
UTF-8 | 赦鴫W@h | 111010001011010110100110111010011011010010101011010101110100000001101000 | e8b5a6e9b4ab574068 |
UHC | 赦?W@h | 110111101111010100111111010101110100000001101000 | def53f574068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)