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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 移D移D^ | 10001000110110100100010010001000110110100100010001011110 | 88da4488da445e |
EUC-JP | 移D移D^ | 10110000110111000100010010110000110111000100010001011110 | b0dc44b0dc445e |
UTF-8 | 移D移D^ | 111001111010011110111011010001001110011110100111101110110100010001011110 | e7a7bb44e7a7bb445e |
UHC | 移D移D^ | 11101100101110010100010011101100101110010100010001011110 | ecb944ecb9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)