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 | ?慶孵 | 0011111110001100011000111001101101111010 | 3f8c639b7a |
EUC-JP | ?慶孵 | 0011111110110111110001001101010111011011 | 3fb7c4d5db |
UTF-8 | 왬慶孵 | 111011001001100110101100111001101000010110110110111001011010110110110101 | ec99ace685b6e5adb5 |
UHC | 왬慶孵 | 101111111101100111001100110101001101110110100010 | bfd9ccd4dda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)