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ùü | 1111100111111100011010001111100111111100 | f9fc68f9fc |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ùühùü | 10001111101010111110001110001111101010111110010001101000100011111010101111100011100011111010101111100100 | 8fabe38fabe4688fabe38fabe4 |
UTF-8 | ùühùü | 110000111011100111000011101111000110100011000011101110011100001110111100 | c3b9c3bc68c3b9c3bc |
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)