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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | コヨk}コヨk{^ | 101110101101011001101011011111011011101011010110011010110111101101011110 | bad66b7dbad66b7b5e |
EUC-JP | コヨk}コヨk{^ | 10001110101110101000111011010110011010110111110110001110101110101000111011010110011010110111101101011110 | 8eba8ed66b7d8eba8ed66b7b5e |
UTF-8 | コヨk}コヨk{^ | 1110111110111101101110101110111110111110100101100110101101111101111011111011110110111010111011111011111010010110011010110111101101011110 | efbdbaefbe966b7defbdbaefbe966b7b5e |
UHC | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)