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 | 丹袖臓側 | 1001001001001111100100011011001110010001100111111001000110100100 | 924f91b3919f91a4 |
EUC-JP | 丹袖臓側 | 1100001110110000110000101011010111000010101000011100001010100110 | c3b0c2b5c2a1c2a6 |
UTF-8 | 丹袖臓側 | 111001001011100010111001111010001010001010010110111010001000011110010011111001011000000110110100 | e4b8b9e8a296e88793e581b4 |
UHC | 丹袖?側 | 11010011101000011110001011000000001111111111011010110000 | d3a1e2c03ff6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)