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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鄒檎ソォ菫 | 1110011110111110100011001110011110111111101010111110010010111111 | e7be8ce7bfabe4bf |
EUC-JP | 鄒檎ソォ菫 | 11101110110000001011100011101001100011101011111110001110101010111110100011000001 | eec0b8e98ebf8eabe8c1 |
UTF-8 | 鄒檎ソォ菫 | 111010011000010010010010111001101010101010001110111011111011110110111111111011111011110110101011111010001000111110101011 | e98492e6aa8eefbdbfefbdabe88fab |
UHC | 鄒檎??菫 | 1111010111011011110100001101010100111111001111111101000011001011 | f5dbd0d53f3fd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)