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 | 儲肯?鍾 | 10010110110101111000110101101101001111111000111111011111 | 96d78d6d3f8fdf |
EUC-JP | 儲肯雯鍾 | 110011001101100110111001110011101000111111100110111110111011111011100001 | ccd9b9ce8fe6fbbee1 |
UTF-8 | 儲肯雯鍾 | 111001011000010010110010111010001000001010101111111010011001101110101111111010011000110110111110 | e584b2e882afe99bafe98dbe |
UHC | 儲肯雯鍾 | 1110111010111001110100001110100111011010101001111111000110100011 | eeb9d0e9daa7f1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)