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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 辭右辭右B | 111001111000011010001001010001011110011110000110100010010100010101000010 | e7868945e786894542 |
EUC-JP | 辭右辭右B | 111011011110011010110001101001101110110111100110101100011010011001000010 | ede6b1a6ede6b1a642 |
UTF-8 | 辭右辭右B | 11101000101111101010110111100101100011111011001111101000101111101010110111100101100011111011001101000010 | e8beade58fb3e8beade58fb342 |
UHC | 辭右辭右B | 110111101111011011101001110100111101111011110110111010011101001101000010 | def6e9d3def6e9d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)