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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 챰횂첫짖챰 | 111011001011000110110000111011011001101010000010111011001011001010101011111011001010011110010110111011001011000110110000 | ecb1b0ed9a82ecb2abeca796ecb1b0 |
UHC | 챰횂첫짖챰 | 11000011101100011100001110000010110000111011100111000010101000101100001110110001 | c3b1c382c3b9c2a2c3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)