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 | 001111110011111101110110 | 3f3f76 |
EUC-JP | ??v | 001111110011111101110110 | 3f3f76 |
UTF-8 | 뒂먖v | 11101011100100101000001011101011101010001001011001110110 | eb9282eba89676 |
UHC | 뒂먖v | 1000101001111010100100001101001101110110 | 8a7a90d376 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)