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 | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
SJIS-WIN | 遞咲泣noBF | 11100111101010001000110111100111100010111000001101101110011011110100001001000110 | e7a88de78b836e6f4246 |
EUC-JP | 遞咲泣noBF | 11101110101010101011101011101001101101011110001101101110011011110100001001000110 | eeaabae9b5e36e6f4246 |
UTF-8 | 遞咲泣noBF | 11101001100000011001111011100101100100101011001011100110101100111010001101101110011011110100001001000110 | e9819ee592b2e6b3a36e6f4246 |
UHC | 遞?泣noBF | 111101001111011000111111111010111110100001101110011011110100001001000110 | f4f63febe86e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)