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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | エ霓楨 | 11110000101101001011010011101000101111011111101011101001 | f0b4b4e8bdfae9 |
EUC-JP | ?エ霓楨 | 0011111110001110101101001111000010111111100011111100010011001100 | 3f8eb4f0bf8fc4cc |
UTF-8 | エ霓楨 | 111011101000000110110011111011111011110110110100111010011001110010010011111001101010010110101000 | ee81b3efbdb4e99c93e6a5a8 |
UHC | ??霓楨 | 001111110011111111100111111001111110111111011111 | 3f3fe7e7efdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)