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 | ñÈhñÈ | 1111000111001000011010001111000111001000 | f1c868f1c8 |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ñÈhñÈ | 10001111101010111101000010001111101010101011001001101000100011111010101111010000100011111010101010110010 | 8fabd08faab2688fabd08faab2 |
UTF-8 | ñÈhñÈ | 110000111011000111000011100010000110100011000011101100011100001110001000 | c3b1c38868c3b1c388 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)