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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閹ー謖ォ | 111010001000011010110000111001101000110010101011 | e886b0e68cab |
EUC-JP | 閹ー謖ォ | 1110111111100110100011101011000011101011111011001000111010101011 | efe68eb0ebec8eab |
UTF-8 | 閹ー謖ォ | 111010011001011010111001111011111011110110110000111010001010110010010110111011111011110110101011 | e996b9efbdb0e8ac96efbdab |
UHC | ??謖? | 0011111100111111111000011101101000111111 | 3f3fe1da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)