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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鷄釘楠B | 11101010010100001001001101000010100100111110110101000010 | ea50934293ed42 |
EUC-JP | 鷄釘楠B | 11110011101100011100010110100011110001101110111101000010 | f3b1c5a3c6ef42 |
UTF-8 | 鷄釘楠B | 11101001101101111000010011101001100001111001100011100110101001011010000001000010 | e9b784e98798e6a5a042 |
UHC | 鷄釘楠B | 11001101101011101110111111111001110100011111100001000010 | cdaeeff9d1f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)