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 | 村他竪丹 | 1001000110111010100100011011110010010010010001111001001001001111 | 91ba91bc9247924f |
EUC-JP | 村他竪丹 | 1100001010111100110000101011111011000011101010001100001110110000 | c2bcc2bec3a8c3b0 |
UTF-8 | 村他竪丹 | 111001101001110110010001111001001011101110010110111001111010101110101010111001001011100010111001 | e69d91e4bb96e7abaae4b8b9 |
UHC | 村他竪丹 | 1111010110111101111101101110001011100010101101011101001110100001 | f5bdf6e2e2b5d3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)