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 | ?^???N | 001111110101111000111111001111110011111101001110 | 3f5e3f3f3f4e |
SJIS-WIN | ?^???N | 001111110101111000111111001111110011111101001110 | 3f5e3f3f3f4e |
EUC-JP | ?^???N | 001111110101111000111111001111110011111101001110 | 3f5e3f3f3f4e |
UTF-8 | 챈^혥챕혦N | 1110110010110001100010000101111011101101100110001010010111101100101100011001010111101101100110001010011001001110 | ecb1885eed98a5ecb195ed98a64e |
UHC | 챈^혥챕혦N | 11000011101001100101111011000010100011011100001110101001110000101000111001001110 | c3a65ec28dc3a9c28e4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)