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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?曳 | 001111111000100101100111 | 3f8967 |
EUC-JP | ?曳 | 001111111011000111001000 | 3fb1c8 |
UTF-8 | 낳曳 | 111010111000001010110011111001101001101110110011 | eb82b3e69bb3 |
UHC | 낳曳 | 10110011101110101110011111010110 | b3bae7d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)