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 | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
SJIS-WIN | ????[BF | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
EUC-JP | ????[BF | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
UTF-8 | 렺찾렺챙[BF | 111010111010000010111010111011001011000010111110111010111010000010111010111011001011000110011001010110110100001001000110 | eba0baecb0beeba0baecb1995b4246 |
UHC | 렺찾렺챙[BF | 1000111011000010110000111010001110001110110000101100001110101100010110110100001001000110 | 8ec2c3a38ec2c3ac5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)