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 | ?TD?TD^ | 00111111010101000100010000111111010101000100010001011110 | 3f54443f54445e |
SJIS-WIN | ?TD?TD^ | 00111111010101000100010000111111010101000100010001011110 | 3f54443f54445e |
EUC-JP | ?TD?TD^ | 00111111010101000100010000111111010101000100010001011110 | 3f54443f54445e |
UTF-8 | 묨TD묨TD^ | 1110101110101100101010000101010001000100111010111010110010101000010101000100010001011110 | ebaca85444ebaca854445e |
UHC | 묨TD묨TD^ | 100100100100000101010100010001001001001001000001010101000100010001011110 | 92415444924154445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)