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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??孵 | 00111111001111111001101101111010 | 3f3f9b7a |
EUC-JP | ??孵 | 00111111001111111101010111011011 | 3f3fd5db |
UTF-8 | 까떰孵 | 111010101011100110001100111010111001011010110000111001011010110110110101 | eab98ceb96b0e5adb5 |
UHC | 까떰孵 | 101100011110111010110110101101101101110110100010 | b1eeb6b6dda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)