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 | 竪単短損 | 1001001001000111100100100101000010010010010110101001000110111001 | 92479250925a91b9 |
EUC-JP | 竪単短損 | 1100001110101000110000111011000111000011101110111100001010111011 | c3a8c3b1c3bbc2bb |
UTF-8 | 竪単短損 | 111001111010101110101010111001011000110110011000111001111001111110101101111001101001000010001101 | e7abaae58d98e79fade6908d |
UHC | 竪?短損 | 11100010101101010011111111010011101011011110000111011111 | e2b53fd3ade1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)