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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | テ淞サテ陳コh | 110000111001111111000010101110111100001110010010110000101011101001101000 | c39fc2bbc392c2ba68 |
EUC-JP | テ淞サテ陳コh | 10001110110000111101111011000100100011101011101110001110110000111100010011000100100011101011101001101000 | 8ec3dec48ebb8ec3c4c48eba68 |
UTF-8 | テ淞サテ陳コh | 11101111101111101000001111100110101101111001111011101111101111011011101111101111101111101000001111101001100110011011001111101111101111011011101001101000 | efbe83e6b79eefbdbbefbe83e999b3efbdba68 |
UHC | ?淞??陳?h | 001111111110000111100111001111110011111111110010111001110011111101101000 | 3fe1e73f3ff2e73f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)