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 | 轤ュ菫与 | 11100111100000101010110111100100101111111001011101011110 | e782ade4bf975e |
EUC-JP | 轤ュ菫与 | 1110110111100010100011101010110111101000110000011100110110111111 | ede28eade8c1cdbf |
UTF-8 | 轤ュ菫与 | 111010001011110110100100111011111011110110101101111010001000111110101011111001001011100010001110 | e8bda4efbdade88fabe4b88e |
UHC | ??菫? | 0011111100111111110100001100101100111111 | 3f3fd0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)