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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | テョツ鳴汁Q] | 110000111010111011000010100101101100001010001111011000000101000101011101 | c3aec296c28f60515d |
EUC-JP | テョツ鳴汁Q] | 100011101100001110001110101011101000111011000010110011001100010010111101110000010101000101011101 | 8ec38eae8ec2ccc4bdc1515d |
UTF-8 | テョツ鳴汁Q] | 1110111110111110100000111110111110111101101011101110111110111110100000101110100110110011101101001110011010110001100000010101000101011101 | efbe83efbdaeefbe82e9b3b4e6b181515d |
UHC | ???鳴汁Q] | 001111110011111100111111110110011011000011110001111100000101000101011101 | 3f3f3fd9b0f1f0515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)