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 | 渼嫉?馴 | 11111011010010011000111010111001001111111001001111101001 | fb498eb93f93e9 |
EUC-JP | 渼嫉?馴 | 1000111111000111111100001011110010111011001111111100011011101011 | 8fc7f0bcbb3fc6eb |
UTF-8 | 渼嫉礖馴 | 111001101011100010111100111001011010101110001001111001111010010010010110111010011010011010110100 | e6b8bce5ab89e7a496e9a6b4 |
UHC | 渼嫉礖馴 | 1101101010110100111100101110110011100110101001101110001011111000 | dab4f2ece6a6e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)