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 | ??[? | 00111111001111110101101100111111 | 3f3f5b3f |
SJIS-WIN | 釭鹿[鳬 | 11111011101111011000111010101101010110111110100111101001 | fbbd8ead5be9e9 |
EUC-JP | 釭鹿[鳬 | 1000111111100011101011111011110010101111010110111111001011101011 | 8fe3afbcaf5bf2eb |
UTF-8 | 釭鹿[鳬 | 11101001100001111010110111101001101110011011111101011011111010011011001110101100 | e987ade9b9bf5be9b3ac |
UHC | ?鹿[? | 0011111111010110111000110101101100111111 | 3fd6e35b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)