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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 炭達担息B | 100100100101100110010010010000101001001001010011100100011010011101000010 | 92599242925391a742 |
EUC-JP | 炭達担息B | 110000111011101011000011101000111100001110110100110000101010100101000010 | c3bac3a3c3b4c2a942 |
UTF-8 | 炭達担息B | 11100111100000101010110111101001100000011001010011100110100010111000010111100110100000011010111101000010 | e782ade98194e68b85e681af42 |
UHC | 炭達?息B | 1111011110101001110100111011100100111111111000111101001101000010 | f7a9d3b93fe3d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)