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 | ス鄧畚 | 1011110111111011101110011110000101011100 | bdfbb9e15c |
EUC-JP | ス鄧畚 | 10001110101111011000111111100010110001111110000110111101 | 8ebd8fe2c7e1bd |
UTF-8 | ス鄧畚 | 111011111011110110111101111010011000010010100111111001111001010110011010 | efbdbde984a7e7959a |
UHC | ?鄧? | 00111111110101001111100000111111 | 3fd4f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)