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 | 辣ょず辣 | 1110011110000101100000101110010110000010101110001110011110000101 | e78582e582b8e785 |
EUC-JP | 辣ょず辣 | 1110110111100101101001001110011110100100101110101110110111100101 | ede5a4e7a4baede5 |
UTF-8 | 辣ょず辣 | 111010001011111010100011111000111000001010000111111000111000000110011010111010001011111010100011 | e8bea3e38287e3819ae8bea3 |
UHC | 辣ょず辣 | 1101010110111000101010101110011110101010101110101101010110111000 | d5b8aae7aabad5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)