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 | 琉笳琉笳 | 1001011110101110111000101001011110010111101011101110001010010111 | 97aee29797aee297 |
EUC-JP | 琉笳琉笳 | 1100111010110000111000111111011111001110101100001110001111110111 | ceb0e3f7ceb0e3f7 |
UTF-8 | 琉笳琉笳 | 111001111001000010001001111001111010110010110011111001111001000010001001111001111010110010110011 | e79089e7acb3e79089e7acb3 |
UHC | 琉?琉? | 110101111011100000111111110101111011100000111111 | d7b83fd7b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)