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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 持?v | 10001110100111010011111101110110 | 8e9d3f76 |
EUC-JP | 持?v | 10111011111111010011111101110110 | bbfd3f76 |
UTF-8 | 持렊v | 11100110100011001000000111101011101000001000101001110110 | e68c81eba08a76 |
UHC | 持렊v | 1111001010100101100011101010000101110110 | f2a58ea176 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)