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 | 叩旦脱炭 | 1001001001000000100100100101010110010010010001011001001001011001 | 9240925592459259 |
EUC-JP | 叩旦脱炭 | 1100001110100001110000111011011011000011101001101100001110111010 | c3a1c3b6c3a6c3ba |
UTF-8 | 叩旦脱炭 | 111001011000111110101001111001101001011110100110111010001000010010110001111001111000001010101101 | e58fa9e697a6e884b1e782ad |
UHC | 叩旦?炭 | 11001101101100001101001110101001001111111111011110101001 | cdb0d3a93ff7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)