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 | 存旦脱丹 | 1001000110110110100100100101010110010010010001011001001001001111 | 91b692559245924f |
EUC-JP | 存旦脱丹 | 1100001010111000110000111011011011000011101001101100001110110000 | c2b8c3b6c3a6c3b0 |
UTF-8 | 存旦脱丹 | 111001011010110110011000111001101001011110100110111010001000010010110001111001001011100010111001 | e5ad98e697a6e884b1e4b8b9 |
UHC | 存旦?丹 | 11110000111011011101001110101001001111111101001110100001 | f0edd3a93fd3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)