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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?氓?雰欺 | 0011111110011111100000100011111110010101101101011000101101011100 | 3f9f823f95b58b5c |
EUC-JP | ?氓?雰欺 | 0011111111011101111000100011111111001010101101111011010110111101 | 3fdde23fcab7b5bd |
UTF-8 | 뤲氓쪕雰欺 | 111010111010010010110010111001101011000010010011111011001010101010010101111010011001101110110000111001101010110010111010 | eba4b2e6b093ecaa95e99bb0e6acba |
UHC | 뤲氓쪕雰欺 | 10001111111000001101100011101100101001011000111111011101110101001101000110100111 | 8fe0d8eca58fddd4d1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)