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 | 10011001010000100011111111100110110110000011111101000010 | 99423fe6d83f42 |
EUC-JP | 傳?齎?B | 11010001101000110011111111101100110110100011111101000010 | d1a33fecda3f42 |
UTF-8 | 傳렓齎렖B | 11100101100000101011001111101011101000001001001111101001101111011000111011101011101000001001011001000010 | e582b3eba093e9bd8eeba09642 |
UHC | 傳렓齎렖B | 111011101110111010001110101010001110111010110010100011101010101101000010 | eeee8ea8eeb28eab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)