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 | 1101001110100011011101010111101101100100 | d3a3757b64 |
SJIS-WIN | ?£u{d | 001111111000000110010010011101010111101101100100 | 3f8192757b64 |
EUC-JP | Ó£u{d | 1000111110101010110100011010000111110010011101010111101101100100 | 8faad1a1f2757b64 |
UTF-8 | Ó£u{d | 11000011100100111100001010100011011101010111101101100100 | c393c2a3757b64 |
UHC | ??u{d | 0011111100111111011101010111101101100100 | 3f3f757b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)