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 | ?妖卿 | 0011111110010111011001001000101110101000 | 3f97648ba8 |
EUC-JP | ?妖卿 | 0011111111001101110001011011011010101010 | 3fcdc5b6aa |
UTF-8 | 뤝妖卿 | 111010111010010010011101111001011010011010010110111001011000110110111111 | eba49de5a696e58dbf |
UHC | 뤝妖卿 | 100011111100110011101000111011011100110011001111 | 8fcce8edcccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)