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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬯俶「ァ釶 | 1110100110101100100110001110011010100010101001111110011111011111 | e9ac98e6a2a7e7df |
EUC-JP | 鬯俶「ァ釶 | 11110010101011101101000011101000100011101010001010001110101001111110111011100001 | f2aed0e88ea28ea7eee1 |
UTF-8 | 鬯俶「ァ釶 | 111010011010110010101111111001001011111110110110111011111011110110100010111011111011110110100111111010011000011110110110 | e9acafe4bfb6efbda2efbda7e987b6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)