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 | 辣eけ辣 | 1110011110000101100000101000010110000010101011111110011110000101 | e785828582afe785 |
EUC-JP | 辣eけ辣 | 1110110111100101101000111110010110100100101100011110110111100101 | ede5a3e5a4b1ede5 |
UTF-8 | 辣eけ辣 | 111010001011111010100011111011111011110110000101111000111000000110010001111010001011111010100011 | e8bea3efbd85e38191e8bea3 |
UHC | 辣eけ辣 | 1101010110111000101000111110010110101010101100011101010110111000 | d5b8a3e5aab1d5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)