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 | 莪傑謙粳 | 1110010010101110100011001000011010001100101010101110001011101001 | e4ae8c868caae2e9 |
EUC-JP | 莪傑謙粳 | 1110100010110000101101111110011010111000101011001110010011101011 | e8b0b7e6b8ace4eb |
UTF-8 | 莪傑謙粳 | 111010001000111010101010111001011000001010010001111010001010110010011001111001111011001010110011 | e88eaae58291e8ac99e7b2b3 |
UHC | 莪傑謙粳 | 1110010010110101110010111111100011001100110001011100101111010111 | e4b5cbf8ccc5cbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)