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 | レ鮑ケ | 111100101011110011011010111010011011100010111001 | f2bcdae9b8b9 |
EUC-JP | ?レ鮑ケ | 00111111100011101101101011110010101110101000111010111001 | 3f8edaf2ba8eb9 |
UTF-8 | レ鮑ケ | 111011101000011110110011111011111011111010011010111010011010111010010001111011111011110110111001 | ee87b3efbe9ae9ae91efbdb9 |
UHC | ??鮑? | 0011111100111111111110001110101000111111 | 3f3ff8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)