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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | スェ湘 | 10111101101010101000111111000011 | bdaa8fc3 |
EUC-JP | スェ湘 | 100011101011110110001110101010101011111011000101 | 8ebd8eaabec5 |
UTF-8 | スェ湘 | 111011111011110110111101111011111011110110101010111001101011100110011000 | efbdbdefbdaae6b998 |
UHC | ??湘 | 00111111001111111101111111001111 | 3f3fdfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)