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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?核?倖 | 001111111000101001101010001111111000110011110100 | 3f8a6a3f8cf4 |
EUC-JP | ?核?倖 | 001111111011001111001011001111111011100011110110 | 3fb3cb3fb8f6 |
UTF-8 | 뤓核뤓倖 | 111010111010010010010011111001101010000010111000111010111010010010010011111001011000000010010110 | eba493e6a0b8eba493e58096 |
UHC | 뤓核뤓倖 | 1000111111000011111110101011011110001111110000111111101010111000 | 8fc3fab78fc3fab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)