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 | 疥o雙noBF | 11100001011011011000001010001111100110011101010001101110011011110100001001000110 | e16d828f99d46e6f4246 |
EUC-JP | 疥o雙noBF | 11100001110011101010001111101111110100101101011001101110011011110100001001000110 | e1cea3efd2d66e6f4246 |
UTF-8 | 疥o雙noBF | 11100111100101101010010111101111101111011000111111101001100110111001100101101110011011110100001001000110 | e796a5efbd8fe99b996e6f4246 |
UHC | 疥o雙noBF | 11001011110010101010001111101111111001001010101001101110011011110100001001000110 | cbcaa3efe4aa6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)