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 | ??R??^B | 00111111001111110101001000111111001111110101111001000010 | 3f3f523f3f5e42 |
SJIS-WIN | ??R??^B | 00111111001111110101001000111111001111110101111001000010 | 3f3f523f3f5e42 |
EUC-JP | ??R??^B | 00111111001111110101001000111111001111110101111001000010 | 3f3f523f3f5e42 |
UTF-8 | 챵횁R챵횁^B | 111011001011000110110101111011011001101010000001010100101110110010110001101101011110110110011010100000010101111001000010 | ecb1b5ed9a8152ecb1b5ed9a815e42 |
UHC | 챵횁R챵횁^B | 1100001110110010110000111000000101010010110000111011001011000011100000010101111001000010 | c3b2c38152c3b2c3815e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)