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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 藥?ク弱?B | 111001010101101000111111100000110100111010001110111000110011111101000010 | e55a3f834e8ee33f42 |
EUC-JP | 藥?ク弱?B | 111010011011101100111111101001011010111110111100111001010011111101000010 | e9bb3fa5afbce53f42 |
UTF-8 | 藥썹ク弱둒B | 11101000100101111010010111101100100011011011100111100011100000101010111111100101101111001011000111101011100100011001001001000010 | e897a5ec8db9e382afe5bcb1eb919242 |
UHC | 藥썹ク弱둒B | 1110010110110111101111011110011110101011101011111110010110110000100010100100110001000010 | e5b7bde7abafe5b08a4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)