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 | 筮るた褸 | 1110001010101100100000101110100110000010101111011110010111111000 | e2ac82e982bde5f8 |
EUC-JP | 筮るた褸 | 1110010010101110101001001110101110100100101111111110101011111010 | e4aea4eba4bfeafa |
UTF-8 | 筮るた褸 | 111001111010110110101110111000111000001010001011111000111000000110011111111010001010010010111000 | e7adaee3828be3819fe8a4b8 |
UHC | 筮るた褸 | 1101111111111011101010101110101110101010101111111101011110101110 | dffbaaebaabfd7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)