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 | ??F? | 00111111001111110100011000111111 | 3f3f463f |
SJIS-WIN | 縡?F? | 1110001101110001001111110100011000111111 | e3713f463f |
EUC-JP | 縡?F饔 | 11100101110100100011111101000110100011111110100011101111 | e5d23f468fe8ef |
UTF-8 | 縡렞F饔 | 11100111101110001010000111101011101000001001111001000110111010011010010110010100 | e7b8a1eba09e46e9a594 |
UHC | 縡렞F饔 | 11101110101011011000111010101111010001101110100010111101 | eead8eaf46e8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)