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^ | 00111111011101000100010000111111011101000100010001011110 | 3f74443f74445e |
SJIS-WIN | ?tD?tD^ | 00111111011101000100010000111111011101000100010001011110 | 3f74443f74445e |
EUC-JP | ?tD?tD^ | 00111111011101000100010000111111011101000100010001011110 | 3f74443f74445e |
UTF-8 | 혶tD혶tD^ | 1110110110011000101101100111010001000100111011011001100010110110011101000100010001011110 | ed98b67444ed98b674445e |
UHC | 혶tD혶tD^ | 110000101001110101110100010001001100001010011101011101000100010001011110 | c29d7444c29d74445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)