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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | 偲湿篠叱noBF | 100011101100001110001110101111001000111011000010100011101011011001101110011011110100001001000110 | 8ec38ebc8ec28eb66e6f4246 |
EUC-JP | 偲湿篠叱noBF | 101111001100010110111100101111101011110011000100101111001011100001101110011011110100001001000110 | bcc5bcbebcc4bcb86e6f4246 |
UTF-8 | 偲湿篠叱noBF | 11100101100000011011001011100110101110011011111111100111101011111010000011100101100011111011000101101110011011110100001001000110 | e581b2e6b9bfe7afa0e58fb16e6f4246 |
UHC | ??篠叱noBF | 00111111001111111110000111000110111100101110101001101110011011110100001001000110 | 3f3fe1c6f2ea6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)