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 | ñ?? | 111100010011111100111111 | f13f3f |
SJIS-WIN | ?蹕紜 | 0011111111100111010010101110001101000001 | 3fe74ae341 |
EUC-JP | ñ蹕紜 | 10001111101010111101000011101101101010111110010110100010 | 8fabd0edabe5a2 |
UTF-8 | ñ蹕紜 | 1100001110110001111010001011100110010101111001111011010010011100 | c3b1e8b995e7b49c |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)