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 | 11110010101000101000111010110111010110110100001001000110 | f2a28eb75b4246 |
SJIS-WIN | ?¢??[BF | 0011111110000001100100010011111100111111010110110100001001000110 | 3f81913f3f5b4246 |
EUC-JP | ò¢??[BF | 10001111101010111101001010100001111100010011111100111111010110110100001001000110 | 8fabd2a1f13f3f5b4246 |
UTF-8 | ò¢·[BF | 1100001110110010110000101010001011000010100011101100001010110111010110110100001001000110 | c3b2c2a2c28ec2b75b4246 |
UHC | ???·[BF | 0011111100111111001111111010000110100100010110110100001001000110 | 3f3f3fa1a45b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)