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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 逅イn逅イnB | 111001111001000010110010011011101110011110010000101100100110111001000010 | e790b26ee790b26e42 |
EUC-JP | 逅イn逅イnB | 1110110111110000100011101011001001101110111011011111000010001110101100100110111001000010 | edf08eb26eedf08eb26e42 |
UTF-8 | 逅イn逅イnB | 111010011000000010000101111011111011110110110010011011101110100110000000100001011110111110111101101100100110111001000010 | e98085efbdb26ee98085efbdb26e42 |
UHC | 逅?n逅?nB | 111111011011000100111111011011101111110110110001001111110110111001000010 | fdb13f6efdb13f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)