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 | ?u{d | 00111111011101010111101101100100 | 3f757b64 |
SJIS-WIN | 咤u{d | 1001101001000010011101010111101101100100 | 9a42757b64 |
EUC-JP | 咤u{d | 1101001110100011011101010111101101100100 | d3a3757b64 |
UTF-8 | 咤u{d | 111001011001001010100100011101010111101101100100 | e592a4757b64 |
UHC | 咤u{d | 1111011011100011011101010111101101100100 | f6e3757b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)