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^ | 10010100010001010100010010010100010001010100010001011110 | 9445449445445e |
EUC-JP | 忍D忍D^ | 11000111101001100100010011000111101001100100010001011110 | c7a644c7a6445e |
UTF-8 | 忍D忍D^ | 111001011011111110001101010001001110010110111111100011010100010001011110 | e5bf8d44e5bf8d445e |
UHC | 忍D忍D^ | 11101100110110110100010011101100110110110100010001011110 | ecdb44ecdb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)