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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 弱?弱?B | 10001110111000110011111110001110111000110011111101000010 | 8ee33f8ee33f42 |
EUC-JP | 弱?弱?B | 10111100111001010011111110111100111001010011111101000010 | bce53fbce53f42 |
UTF-8 | 弱둵弱둵B | 11100101101111001011000111101011100100011011010111100101101111001011000111101011100100011011010101000010 | e5bcb1eb91b5e5bcb1eb91b542 |
UHC | 弱둵弱둵B | 111001011011000010001010011011101110010110110000100010100110111001000010 | e5b08a6ee5b08a6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)